diff --git a/TODO.md b/TODO.md deleted file mode 100644 index dba034c..0000000 --- a/TODO.md +++ /dev/null @@ -1,19 +0,0 @@ -## To do: -- [x] Set up playground Azure account - Has now beeen updated to owner access -- [x] Azure AKS cluster code - Robert -- [ ] VM workstations with prepackaged latest versions of... - - [x] HELM - - [x] Azure CLI - - [x] kubectl - - [x] .kube/config file for the namespace - - [x] SSH - - [ ] IDE - - [x] git -- [x] Service principal (permissions for the workstations - possibly one for all) - - [x] Service principal created - - [x] Place credentials on attendee workstation for easy login -- [x] K8s namespace configuration -- [x] Correct K8s Roles/RoleBindings for each attendee -- [x] Synopsis of topic -- [x] Add steps for playground to README (Need to clean up and make more polished) -- [x] Need to figure out how to add attach class to ingress resource \ No newline at end of file diff --git a/workstations/workstations.tf b/workstations/workstations.tf index 928dbfa..b22760a 100644 --- a/workstations/workstations.tf +++ b/workstations/workstations.tf @@ -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 {