cyberark / conjur-teamcity-plugin

TeamCity plugin so that TeamCity jobs/builds can retrieve credentials from Conjur when a job/build is kicked off.
Apache License 2.0
0 stars 2 forks source link

Support configuration parameters and system properties #3

Open AndrewCopeland opened 3 years ago

AndrewCopeland commented 3 years ago

Is your feature request related to a problem? Please describe.

Secrets retrieved are only set as environment parameters within the build script.

Describe the solution you would like

I would like the ability to also retrieve secrets for configuration parameters and system properties.

Describe alternatives you have considered

N/A

Additional context

This is where the plugin sets the secret environment parameter, we would have to do the same for system and configuration parameters. https://github.com/cyberark/conjur-teamcity-plugin/blob/main/teamcity-agent/src/main/java/com/cyberark/agent/ConjurBuildFeature.java#L149