-
Notifications
You must be signed in to change notification settings - Fork 40
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(application_scope_saas): SLK-88697-aquasec-application-scope-saas #285
base: main
Are you sure you want to change the base?
Conversation
Tal Mosenzon seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
c5da21a
to
54ec15d
Compare
ce328c0
to
1eccba5
Compare
Supports the new RBAC v3 feature set Covers the entire SaaS platform and not limited to CSP-only Resolves: SLK-88697
8622d94
to
7b6f94d
Compare
@semyonm0r I tried this branch and did not find the fix for Additional Scope Criteria from a Runtime Policy. Terraform provider can't update this field. |
@smorodin2024 this branch not supposed to solve the runtime policy. We not managed to reproduce your issue, will try to use details from your comment and reproduce it today. |
you need to use “scope { }” instead of “scope_expression & scope_variables”. as mentioned in the example ofCreate Runtime Policy POST /runtime_policies in the API Docs:
|
SLK-88697