Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1192 from alphagov/operator-exec
Browse files Browse the repository at this point in the history
Allow operators to exec into pods
  • Loading branch information
Krenair authored Oct 5, 2020
2 parents 15f563d + 64c06a4 commit 3407dd9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ rules:
- patch
- update
- watch
- apiGroups: [""]
resources:
- pods/exec
verbs:
- create

- apiGroups: ["access.govsvc.uk"]
resources:
Expand Down
5 changes: 5 additions & 0 deletions docs/architecture/adr/ADR043-k8s-resource-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,11 @@ rules:
- patch
- update
- watch
- apiGroups: [""]
resources:
- pods/exec
verbs:
- create

- apiGroups: ["access.govsvc.uk"]
resources:
Expand Down

0 comments on commit 3407dd9

Please sign in to comment.