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

remote-cluster: add ServiceAccount secret for 1.24+ #150

Merged
merged 5 commits into from
Apr 22, 2023

Conversation

JJGadgets
Copy link
Contributor

In Kubernetes 1.24, Service Accounts no longer create a default Secret.

Since the user relies on fetching said secret for generating the kubeconfig, this PR fixes the missing Secret by creating it and referencing the Service Account as part of the Helm Chart install.

JJGadgets and others added 5 commits April 22, 2023 06:01
Signed-off-by: JJGadgets <git@jjgadgets.tech>
In Kubernetes 1.24, Service Accounts no longer create a default Secret.

Since the user relies on fetching said secret for generating the kubeconfig, this commit fixes the missing Secret by creating it and referencing the Service Account as part of the Helm Chart install.

Signed-off-by: JJGadgets <git@jjgadgets.tech>
@BeryJu BeryJu changed the title fix(remote-cluster): add ServiceAccount secret for 1.24+ remote-cluster: add ServiceAccount secret for 1.24+ Apr 22, 2023
@BeryJu BeryJu merged commit bd155e3 into goauthentik:main Apr 22, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants