Skip to content

Commit

Permalink
[release-4.13] remove shared VPC cred request
Browse files Browse the repository at this point in the history
Backporting credential requests has the potential of breaking upgrades,
specifically if clusters are running in mint mode and have removed
the root credentials during z-stream upgrades.

This commit removes the 4.13 bump to the cred request for the AWS
shared VPC feature. The rest of the feature remains intact so that
it can be utilized by managed services which does not depend on
credential requests.
  • Loading branch information
patrickdillon committed Aug 14, 2023
1 parent 78a28b2 commit fef0db0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion manifests/00-ingress-credentials-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ spec:
- route53:ListTagsForResources
- route53:ChangeResourceRecordSets
- tag:GetResources
- sts:AssumeRole
resource: "*"
---
apiVersion: cloudcredential.openshift.io/v1
Expand Down
8 changes: 4 additions & 4 deletions pkg/manifests/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fef0db0

Please sign in to comment.