nelson
nelson copied to clipboard
Automated, multi-region container deployment
NOTE: This is a breaking change for in-cluster deployments, more info below: Using the --namespace flag assumes the "current" credentials are valid for that namespace (e.g. kubectl does not try...
In the event a user does not have `admin` privileges on a repo, they cannot enable the webhook Nelson needs. At present the user experience for this is kind of...
Adds support for webhook notifications with a minimal authorization provider implementation.
When listing repositories in an organization, for some reason Nelson lists all as admin even when admin access is not available. This feels like a missing field, or an invalid...
Most secrets used throughout the codebase are carried along as strings. I think an implementation like [that in ciris](https://github.com/vlovgr/ciris/blob/master/modules/core/shared/src/main/scala/ciris/Secret.scala) would go a long way in helping to manage the risk...