docs
docs copied to clipboard
default apitoken role is not explained
Describe the bug default apitoken role is not explained very well. By default if you create a user as static token, e.g.
user: token
It will assign as default role api_token_group
Source page https://docs.rundeck.com/docs/administration/security/authorization.html#api-token-authorization-roles
The reported issue from customer is this:
Using the rundeck.tokens.file=/etc/rundeck/tokens.properties if you set up a user without roles, rundeck automatically assign it the role api_token_group
see: https://docs.rundeck.com/docs/administration/configuration/config-file-reference.html#framework-properties
There's no documentation related to this file or this specific case.