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: add 'get' verb 'pod/exec' permissions in readonly roles #125

Merged
merged 3 commits into from
Jul 31, 2024

Conversation

populov
Copy link
Contributor

@populov populov commented Jul 23, 2024

Summary

Task: SD-373

Basically, repeats this PR solution in rbac helmchart.

kubectl exec ... requires GET /pods/exec permissions since 1.30 (not only create).
Fix Kubernetes RBAC resources to allow developers execute commands in project pods.

@populov populov self-assigned this Jul 23, 2024
@populov populov added enhancement New feature or request Needs Review labels Jul 23, 2024
@populov populov changed the title Add 'get' verb 'pod/exec' permissions in readonly roles fix: add 'get' verb 'pod/exec' permissions in readonly roles Jul 23, 2024
CHANGELOG.md Outdated Show resolved Hide resolved
luciano-buono
luciano-buono previously approved these changes Jul 24, 2024
CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Kseniya Shaydurova <kseniya.shaydurova@saritasa.com>
@populov populov merged commit e6e2e29 into main Jul 31, 2024
6 of 7 checks passed
@populov populov deleted the feature/fix-kubectl-1.30-exec-permissions branch July 31, 2024 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Needs Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.