Skip to content

Commit

Permalink
Allow the API Gateway controller to create and update Secrets (#1542)
Browse files Browse the repository at this point in the history
* Allow the API Gateway controller to create and update Secrets

* Add changelog entry

* Update CHANGELOG.md
  • Loading branch information
nathancoleman authored Sep 28, 2022
1 parent d462100 commit 1d0d40a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ BUG FIXES:
IMPROVEMENTS:
* Helm:
* API Gateway: Set primary datacenter flag when deploying controller into secondary datacenter with federation enabled [[GH-1511](https://github.com/hashicorp/consul-k8s/pull/1511)]
* API Gateway: Allow controller to create and update Secrets for storing Consul CA cert alongside gateway Deployments [[GH-1542](https://github.com/hashicorp/consul-k8s/pull/1542)]
* Control-plane:
* Support escaped commas in service tag annotations for pods which use `consul.hashicorp.com/connect-service-tags` or `consul.hashicorp.com/service-tags`. [[GH-1532](https://github.com/hashicorp/consul-k8s/pull/1532)]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,10 @@ rules:
resources:
- secrets
verbs:
- create
- get
- list
- update
- watch
- apiGroups:
- ""
Expand Down

0 comments on commit 1d0d40a

Please sign in to comment.