Image Pull Secrets for Jobs #169
-
Hi, I've been testing Starboard on GKE with Workload Identity (basically a way of automatically authenticating workloads against GCP via annotations on ServiceAccounts) for a few days and after a lot of debugging I have a few questions that might end up being a bug or enhancement: Issue: When starboard is installed (via Questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
👋 Thank you for your questions @akath19
IIRC in v0.4.0 we do not use
It's our legacy when we prototyped Starboard
Since the init command creates the |
Beta Was this translation helpful? Give feedback.
-
Awesome, I noticed that it's already fixed on main but I wasn't sure if it was going to stay that way, thanks! |
Beta Was this translation helpful? Give feedback.
👋 Thank you for your questions @akath19
IIRC in v0.4.0 we do not use
starboard
ServiceAccount consistently. However, it's been fixed on the main branch so each scanner runs asstarboard
ServiceAccount. I did check that, but if it's not the case please file an issue.It's our legacy when we prototyped Starboard
Since the init command creates the
starboard
ServiceAccount and then it's used in a few places in the code already, I'd not make it configurable. Ho…