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
In newer Kubernetes versions, indefinite lifetime service account tokens appear to have gone out of fashion, and there is no automation creation of a Secret for a token. If you want such a thing you need to create one with something like the below (using a GoCD instance and secrets in the gocd namespace, and re-using its default service account):
The plugin could do with documenting this better, including removing the misleading stuff on the configuration? Arguably should support retrieval of tokens dynamically. Yikes.
The text was updated successfully, but these errors were encountered:
In newer Kubernetes versions, indefinite lifetime service account tokens appear to have gone out of fashion, and there is no automation creation of a
Secret
for a token. If you want such a thing you need to create one with something like the below (using a GoCD instance and secrets in thegocd
namespace, and re-using its default service account):https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
The plugin could do with documenting this better, including removing the misleading stuff on the configuration? Arguably should support retrieval of tokens dynamically. Yikes.
The text was updated successfully, but these errors were encountered: