Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Can we block the ability to add items to the private marketplace? It is currently wide open, as long as the user has the permissions. The desired outcome would be to only allow authorized users part of an existing SSC group to add items to the marketplace from the Management account ONLY. Thank you.

You must be logged in to vote

Replies: 2 comments · 1 reply

Comment options

SCPs are already in place which only allow additions to the Marketplace from the Mgmt account. Users of any type should almost NEVER be allowed to login or access the mgmt account, it's access should be highly restricted. SCPs are not applicable to the mgmt account. Enforcing modifications of marketplace products needs to be implemented through GC policy, not a preventative security control.

You must be logged in to vote
1 reply
@ramzibalaa
Comment options

Thanks Brian for your reply. However as it stands users from their own respective workload account CAN add products from the marketplace by browsing and hitting the "Add to Private Marketplace" button. Can you point out the SCP policy that blocks such functionality? Our access to the Mgmt account is tightly controlled.

Comment options

It's been a while since I looked, but -Sandbox, -Unclass, and -Sensitive SCP files each contain the following lines, which should be blocking the marketplace from being updated:
{
"Sid": "PMP",
"Effect": "Deny",
"Action": [
"aws-marketplace:CreatePrivate*",
"aws-marketplace:AssociateProductsWithPrivate*",
"aws-marketplace:DescribePrivate*",
"aws-marketplace:DisassociateProducts*",
"aws-marketplace:ListPrivate*",
"aws-marketplace:StartPrivate*",
"aws-marketplace:StopPrivate*",
"aws-marketplace:UpdatePrivate*"
],
"Resource": "*",
"Condition": {}
}

I will get someone to review to see if anything has changed.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.