Skip to content
Snippets Groups Projects
CoscineBot's avatar
CoscineBot authored
# [2.1.0](v2.0.2...v2.1.0) (2021-03-26)

## Fix
* Swagger Description (coscine/issues#1393)
* Swagger Description (coscine/issues#1393)

## New
* Included new resource type

## Update
* Extending the Analytics Log
ae43f99f
History

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:6000/ (port may be different!)