Skip to content
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

[Feature request] Service account support for cribl leader #212

Open
bpeynetti-stytch opened this issue Jan 17, 2025 · 0 comments
Open

[Feature request] Service account support for cribl leader #212

bpeynetti-stytch opened this issue Jan 17, 2025 · 0 comments

Comments

@bpeynetti-stytch
Copy link

The leader helm chart does not support service accounts to be added to the pod.

In the workergroup helm chart, we can do this with the serviceAccount value, which enables creation of or reuse of a service account in order for the pods to have access to IAM roles. This is currently not supported in the leader chart, which means we cannot give the leader a specific IAM role.

One reason this is needed is to use AWS KMS as the KMS provider without having to use access key ids and secrets.

The implementation can be nearly the same as for the worker group in the values.yaml file:

serviceAccount:
  create: true
  # name:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant