oidc-provider-plugin
oidc-provider-plugin copied to clipboard
Allow passing in private/public key from casc
What feature do you want to see added?
In our setup, the jenkins instance is wiped with each redeploy and recreated from casc. This is done to enforce people to configure their jobs/configuration as code.
Of course this doesn't play well with the OIDC provider plugin, as the secret get re-created on each jenkins redeploy.
My proposed solution would be, to allow passing in private/public key via constructor and thus allowing it to be specified in casc. Of course you would not check in the value as plain text, but pass them in via environment variables.
Upstream changes
No response