Skip to content

Instantly share code, notes, and snippets.

@lucassrg
Created August 26, 2020 21:22
Show Gist options
  • Save lucassrg/54acda68e72a10da3b82e4e9144a07a5 to your computer and use it in GitHub Desktop.
Save lucassrg/54acda68e72a10da3b82e4e9144a07a5 to your computer and use it in GitHub Desktop.
Print OCI IAM policy statements created for Marketplace
oci iam policy list --compartment-id=$OCI_TENANCY | jq -cr '.data[] | ."statements"|.[] | select(. | test("marketplace";"i"))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment