-
Notifications
You must be signed in to change notification settings - Fork 62
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
Feature - Add support for Custom Security Attributes #281
Feature - Add support for Custom Security Attributes #281
Conversation
Signed-off-by: Brendan Thompson <github@blt.is>
Signed-off-by: Brendan Thompson <github@blt.is>
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.
Thanks @BrendanThompson! As discussed in private, for the attribute sets if we can name them predictably and only create when absent, this will avoid running the tenant-wide limit. For attributes, we should deactivate them at the end of the test as these don't contribute towards the limit. Other than that, this LGTM and should be good to go with those changes 👍
Signed-off-by: Brendan Thompson <github@blt.is>
Signed-off-by: Brendan Thompson <github@blt.is>
Signed-off-by: Brendan Thompson <github@blt.is>
Signed-off-by: Brendan Thompson <github@blt.is>
- `AttributeSet` cannot have a digit as the first character in the name, this change ensures that never happens Signed-off-by: Brendan Thompson <github@blt.is>
- Creation of new `AttributeSet` will only occur when environment variable is set - Added to the `Test` struct Signed-off-by: Brendan Thompson <github@blt.is>
- If not set `hamilton` is the default Signed-off-by: Brendan Thompson <github@blt.is>
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.
Thanks for making the updates @BrendanThompson, this LGTM 🚀
Test failure is unrelated |
This PR will add:
attribute sets
custom security attribute definitions