Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Project
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
backend
apis
Project
Merge requests
!104
Update: Include new method for getting top level projects
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update: Include new method for getting top level projects
Topic/1049-projectApi
into
Product/883-userManagement
Overview
0
Commits
2
Pipelines
3
Changes
8
Merged
Benedikt Heinrichs
requested to merge
Topic/1049-projectApi
into
Product/883-userManagement
4 years ago
Overview
0
Commits
2
Pipelines
3
Changes
8
Expand
coscine/issues#1049
0
0
Merge request reports
Compare
Product/883-userManagement
version 1
97d268d6
4 years ago
Product/883-userManagement (base)
and
latest version
latest version
d4bc4572
2 commits,
4 years ago
version 1
97d268d6
1 commit,
4 years ago
8 files
+
74
−
66
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
docs/home.md deleted
100644 → 0
+
0
−
30
Options
# Project Api
This Api represents the connection to the projects.
## NuGet packages
To use Kestrel you need to add the following NuGet packages:
*
```Microsoft.AspNetCore.Server.Kestrel```
*
```Microsoft.AspNetCore.Mvc```
*
```Microsoft.AspNetCore```
## Consul keys
The following Consul keys are required:
*
"coscine/global/waterbutler_url"
*
"coscine/global/rds_access_key"
*
"coscine/global/rds_secret_key"
*
"coscine/global/gitlabtoken"
*
Look at cs/action Consul keys
## Https usage
Generate a developer certificate:
```dotnet dev-certs https```
and then trust the generated certificate
```dotnet dev-certs https --trust```
## Testing the new server
The server ist now available under: https://localhost:5001/ (port may be different!)
\ No newline at end of file
Loading