Skip to content

Not possible to enable Security Command Center Enterprise #2338

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

Closed
markusl opened this issue Jun 3, 2024 · 5 comments · Fixed by #2378
Closed

Not possible to enable Security Command Center Enterprise #2338

markusl opened this issue Jun 3, 2024 · 5 comments · Fixed by #2378

Comments

@markusl
Copy link

markusl commented Jun 3, 2024

Describe the bug

It looks like enabling SCC-E requires special handling for allowed_policy_member_domains. Using the recommended settings in FAST where iam.allowedPolicyMemberDomains is properly enforced, it is not possible to enable SCC-E. The activate button shows an error:

image

To Reproduce

Try to Activate SCC-E when the framework is enforcing iam.allowedPolicyMemberDomains.

Expected behavior

The framework should enable activating SCC-E using recommended security best practices.

Ideally, there are step-by-step instructions for the setup, and the framework includes the required Terraform code to allow organizations to fully utilize SCC-E.

Result
See previous image.

@ludoo
Copy link
Collaborator

ludoo commented Jun 3, 2024

Just disable the policy, enable SCC Enterprise, then re-enable it. The policy is either on or off, and it should be on on a new install.

@markusl
Copy link
Author

markusl commented Jun 3, 2024

@ludoo thanks for the quick answer! Is this procedure documented somewhere? How can I be sure nothing breaks after re-enabling it?

Best regards,
Markus

@ludoo
Copy link
Collaborator

ludoo commented Jun 3, 2024

Organization policies are not retroactive, this is the usual (hacky) way of dealing with a temporary exception. Another way would be to add the SCC service account to one of your Cloud Identity groups (I personally have never tried this but it should work).

I don't think there's explicit documentation for SCC, but temporary disablement is mention elsewhere in our documentation for similar use cases, AFAIR.

@markusl
Copy link
Author

markusl commented Jun 3, 2024

okay, thank you! :)

@ludoo
Copy link
Collaborator

ludoo commented Jun 3, 2024

Thanks for flagging Markus, I'll leave this open so we can properly document it in our stage docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants