-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: create global 'deny' rule when more narrow scoped rules are created by the module #396
Conversation
/run pipeline |
/run pipeline |
3 similar comments
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
Added the feature to pass multiple attribute in this PR. |
/run pipeline |
/run pipeline |
2 similar comments
/run pipeline |
/run pipeline |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure, but maybe those upgrade issues can be overcome.
/run pipeline |
2 similar comments
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
for this one "Default 1.1.1.1 context is not needed now as all Cloud services now have this implicit deny." -> have we actually checked it. I've been getting inconsistent answers from services, so I would suggest to actually test this out. |
The implicit deny feature is only available in the new provider version which is in beta stage. |
/run pipeline |
/run pipeline |
2 similar comments
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a very new version of the provider. So new in fact that many consumers will have to upgrade. IMHO it would be good to put a note and reason (what was fixed) in the release notes section of the PR. These seems particularly important because so many modules support CBR and thus implicitly require 1.62.0.
It may be this feature to allow global deny? terraform-provider-ibm pull 5058.
Any example in our modules that is pinned to a lower level will immediately fail and require updating.
/run pipeline |
updated the release notes. |
Requested changes in review have been resolved.
🎉 This PR is included in version 1.20.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
Issue : #388
Release required?
x.x.X
)x.X.x
)X.x.x
)Release notes content
1.62.0
.report-only
).true
.Run the pipeline
If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.
Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:
Checklist for reviewers
For mergers