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
Boot job when using AWS secrets manager as the secret backend fails.
The reason is that the boot job runs under a service account (jx-boot-job) that does not have access to aws secrets manager.
Only the external secrets service account in secret-infra namespace has access to it, so external secrets can talk to AWS, but the boot job cannot.
Summary
Boot job when using AWS secrets manager as the secret backend fails.
The reason is that the boot job runs under a service account (jx-boot-job) that does not have access to aws secrets manager.
Only the external secrets service account in secret-infra namespace has access to it, so external secrets can talk to AWS, but the boot job cannot.
Related to jenkins-x/jx#7941
The text was updated successfully, but these errors were encountered: