Skip to content

Error on service account #413

Answered by mvchris
mimmus asked this question in Q&A
Discussion options

You must be logged in to vote

You need to create a ClusterRole with the appropriate permissions, for example in Terraform:

rule {
api_groups = [""]
resources = [
"serviceaccounts",
"secrets",
]
verbs = ["
"]
}
and bind it to the service account using a ClusterRoleBinding. That's what did it for me. :]

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by estahn
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #381 on December 15, 2022 08:30.