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

#552 Seed Jobs: Don't Validate "external" Credential Type #556

Merged
merged 2 commits into from
May 5, 2021
Merged

#552 Seed Jobs: Don't Validate "external" Credential Type #556

merged 2 commits into from
May 5, 2021

Conversation

prryb
Copy link
Collaborator

@prryb prryb commented May 4, 2021

Reported in: #552

Fixes a problem where the operator tries to look for external credential type in Kubernetes secrets and fails.

The operator shouldn't try to fetch credentials that have their types defined as external - that means that credentials are supplied externally, without using k8s secrets (using e.g. Configuration As Code or Groovy Script).

Docs: https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration/#external-authentication

The operator shouldn't try to fetch credentials that have their types
defined as `external` - that means that credentials are supplied
externally, without using k8s secrets.
@prryb prryb added the bug Something isn't working label May 4, 2021
@prryb prryb added this to the 0.6.0 milestone May 4, 2021
@prryb prryb merged commit 41dac85 into jenkinsci:master May 5, 2021
@prryb prryb deleted the dont-validate-external-credential-type branch May 5, 2021 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant