Skip to content

Commit

Permalink
Removed TODO.md and added namespace access to order and challenge res…
Browse files Browse the repository at this point in the history
…ources
  • Loading branch information
robertpountney92 committed Jan 19, 2021
1 parent 79bbe26 commit b3f40f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 0 additions & 19 deletions TODO.md

This file was deleted.

2 changes: 1 addition & 1 deletion workstations/workstations.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ resource "kubernetes_role" "role" {
}
rule {
api_groups = ["cert-manager.io"]
resources = ["issuers", "certificates", "certificaterequests"]
resources = ["issuers", "certificates", "certificaterequests", "orders", "challenges"]
verbs = ["*"]
}
rule {
Expand Down

0 comments on commit b3f40f4

Please sign in to comment.