Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static authentication tokens defined in configuration file #524

Closed
gschueler opened this issue Aug 22, 2013 · 0 comments
Closed

Static authentication tokens defined in configuration file #524

gschueler opened this issue Aug 22, 2013 · 0 comments
Milestone

Comments

@gschueler
Copy link
Member

Add the ability to define a tokens.properties file in the framework.properties, to statically define/deploy API auth tokens.

in framework.properties:

rundeck.tokens.file=/etc/rundeck/tokens.properties

in /etc/rundeck/tokens.properties:

username2: token_string2
username2: token_string2
gschueler added a commit that referenced this issue Aug 23, 2013
for #524

* set location in framework.properties:

     rundeck.tokens.file=/etc/rundeck/tokens.properties

* in tokens.properties add:

     user: token
     user2: token2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant