You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add authz permissions
- Remove api-token commands from the CLI
- Generate a root API token on registry install
- Rename "defaultApiKey" to "engineApiKey"
- Add Infra permissions to OpenAPI spec
- Check API token permissions on use
- Scope engine connection key to only destination registration and listing roles
- Add permissions to API key creation request and list response
- Add API key documentation
- Make docs
When a token is issued to a user or a service (API token) it should be assigned scopes to control which API endpoints it is authorized to access.
https://swagger.io/docs/specification/authentication/
The text was updated successfully, but these errors were encountered: