Skip to content

Commit

Permalink
Merge pull request #1299 from hashicorp/charts/capigw-controller-clus…
Browse files Browse the repository at this point in the history
…terrole-referencegrants

charts: add ReferenceGrant permissions to Consul API Gateway ClusterRole
  • Loading branch information
mikemorris authored Aug 9, 2022
2 parents ae684ae + d404ada commit 1abda49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ FEATURES:
IMPROVEMENTS:
* Helm
* Bump default Envoy version to 1.23.0. [[GH-1377](https://github.com/hashicorp/consul-k8s/pull/1377)]
* Added support for Consul API Gateway to read ReferenceGrant custom resources. This will require either installing Consul API Gateway CRDs from the upcoming v0.4.0 release with `kubectl apply --kustomize "github.com/hashicorp/consul-api-gateway/config/crd?ref=v0.4.0"` or manually installing the ReferenceGrant CRD from the Gateway API v0.5 [Experimental Channel](https://gateway-api.sigs.k8s.io/concepts/versioning/#release-channels-eg-experimental-standard) when setting `apiGateway.enabled=true` [[GH-1299](https://github.com/hashicorp/consul-k8s/pull/1299)]

## 0.46.1 (July 26, 2022)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@ rules:
- get
- list
- watch
- apiGroups:
- gateway.networking.k8s.io
resources:
- referencegrants
verbs:
- get
- list
- watch
- apiGroups:
- gateway.networking.k8s.io
resources:
Expand Down

0 comments on commit 1abda49

Please sign in to comment.