-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add ability to configure list of credentials per agent #16
Labels
Comments
NikolayPianikov
changed the title
Add ability to configure access list per project
Add ability to configure list of credentials per agent
Dec 14, 2016
NikolayPianikov
pushed a commit
that referenced
this issue
Dec 16, 2016
NikolayPianikov
pushed a commit
that referenced
this issue
Dec 16, 2016
NikolayPianikov
pushed a commit
that referenced
this issue
Dec 20, 2016
NikolayPianikov
pushed a commit
that referenced
this issue
Dec 21, 2016
NikolayPianikov
pushed a commit
that referenced
this issue
Dec 21, 2016
NikolayPianikov
pushed a commit
that referenced
this issue
Dec 21, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Each agent has special folder "runAs".
It contains a set of files, for example: user.xml, administrator.xml.
Each file has properies, for example user.xml could contain:
username: RunAsUser
Password: abc
The name of file is the unique id for the specified credentials.
Also each agent have ordinary configuration parameters:
run_as_mode = custom | predefined | enabled(default) | disabled
run_as_credentials_directory
TeamCity has read only configuration parameter for project "runas_credentials"
The text was updated successfully, but these errors were encountered: