You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We (w/@Dentrax) tried to install this helm chart and got the following error:
level=error msg="Fatal run error" error="one or more notifiers returned an error: rpc error: code = Internal desc = notifier(k8sbundle): unable to update: unable to get list: configmaps \"spire-bundle\" is forbidden: User \"system:serviceaccount:spiffe-system:spire-server\" cannot get resource \"configmaps\" in API group \"\" in the namespace \"spire\""
time="2022-10-24T11:03:10Z" level=error msg="Server crashed" error="one or more notifiers returned an error: rpc error: code = Internal desc = notifier(k8sbundle): unable to update: unable to get list: configmaps \"spire-bundle\" is forbidden: User \"system:serviceaccount:spiffe-system:spire-server\" cannot get resource \"configmaps\" in API group \"\" in the namespace \"spire\""
The error comes from the code part1, and we have opened an issue2 to fix it. Until it gets fixed, I suggest changing the {{ .Release.Namespace }} parts with spire.
We (w/@Dentrax) tried to install this helm chart and got the following error:
The error comes from the code part1, and we have opened an issue2 to fix it. Until it gets fixed, I suggest changing the
{{ .Release.Namespace }}
parts withspire
.Footnotes
https://github.com/spiffe/spire/blob/bfa325e021e1bb53a5c4e9b376a9422bd63a1416/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go#L137 ↩
https://github.com/spiffe/spire/issues/3518 ↩
The text was updated successfully, but these errors were encountered: