-
Notifications
You must be signed in to change notification settings - Fork 97
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
Missing secretmanager.admin permissions on tekton-bot #193
Comments
Error is undetected as secret populate exit code is ignored in make-pr task. Log from a fresh jx3 install with terraform/gke/gsm/dns/tls
|
so that we can create missing external secrets on PRs to the dev cluster repo fixes jenkins-x#193
on reflection, letting any PR have admin on all secrets is probably a tad unsafe; so its probably better to disable populating external secrets on the PRs and doing that on the merge to master - so lets try fix it that way instead: jenkins-x/jx3-versions#2405 |
Indeed. On PRs I would be much more relaxed If I knew it just updates git branch. If I close it, there's nothing left behind. |
so that we can create missing external secrets on PRs to the dev cluster repo fixes jenkins-x#193
Initial jx-git-operator boot job populates all secrets correctly as it uses boot serviceaccount which has
storagemanager.admin
, but externalsecrets are not populated in PR jobs astekton-bot
is missing any kind of secretmanager permissions.The text was updated successfully, but these errors were encountered: