Skip to content

Commit 8dbad0e

Browse files
committed
allow tbot to have full access
1 parent afd02e0 commit 8dbad0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ansible/playbooks/roles/teleport-master/templates/roles/admin-bot-role.yaml.j2

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ spec:
1313
workflow: "{{ github_infra_repo_workflows }}"
1414
resources: ['bot']
1515
rules:
16+
- resources: ['*']
17+
verbs: ['*']
1618
- resources: [user]
1719
verbs: [renew]
18-
verbs: ['create', 'read']
20+
verbs: ['*']
1921

2022

2123
impersonate:

0 commit comments

Comments
 (0)