Skip to content

Separate authentication tokens #682

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

Merged
merged 19 commits into from
Jan 13, 2020

Conversation

Vlatombe
Copy link
Member

Downstream of jenkinsci/kubernetes-credentials-plugin#12

This brings support of AuthenticationTokens.

Amends and closes #588

@Vlatombe Vlatombe added the enhancement Improvements label Jan 13, 2020
@Vlatombe Vlatombe merged commit 5d8a805 into jenkinsci:master Jan 13, 2020
@Vlatombe Vlatombe deleted the separate-authentication-tokens branch January 13, 2020 13:28
KeyStore keyStore = scc.getKeyStore();
String alias;
// create Kubeconfig
try (Writer w = new OutputStreamWriter(new FileOutputStream(configFile.getRemote()), "UTF-8")) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JENKINS-61239: this is wrong, cannot work with agents. Use configFile.write().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants