-
Notifications
You must be signed in to change notification settings - Fork 127
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
VPC-SC #2: Whitelist support for access levels #238
base: main
Are you sure you want to change the base?
VPC-SC #2: Whitelist support for access levels #238
Conversation
ddcd57d
to
84ab0f4
Compare
description: "Required access level names" | ||
mode: | ||
type: string | ||
enum: [whitelist, blacklist, reqired] |
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.
type: reqired/required, do you mean require here (used below in the code)
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.
Enum has been corrected
84ab0f4
to
b2a5c1d
Compare
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.
@charliewolf
Can you also update the constraint inside the samples folder with the latest format?
@charliewolf @joecheuk @gkowalski-google is this ready for final approval / merging? |
No description provided.