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

fix(chart): add rbac for default SA + server in each tenant #513

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

corrieriluca
Copy link
Member

@corrieriluca corrieriluca commented Jan 17, 2025

Fixes #512

In tenants where no custom service accounts were defined in the Helm chart:

  • the default burrito-runner ServiceAccount was missing a RoleBinding for interacting with Repos/Layers + an entry in the authorized SA list of the datastore
  • the burrito-system/burrito-server SA was missing a Role+RoleBinding for reading secrets in this tenant (mandatory for reading webhook secret in the new Git provider config)

@LucasMrqes LucasMrqes merged commit 5eba278 into main Jan 20, 2025
3 checks passed
@LucasMrqes LucasMrqes deleted the fix/default-tenant-rbac branch January 20, 2025 09:00
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

Successfully merging this pull request may close these issues.

burrito-server can't read tenants secret in new 0.6.0
2 participants