Mods
AWS

Policy: AWS > Secrets Manager > Secret > Policy > Trusted Access > Identity Providers

List of Identity Providers that are trusted for cross-account access in the AWS Secrets Manager secret policy.

example: - www.google.com - www.facebook.com Note: Setting the policy to an Empty array will remove all identity providers.

Resource Types

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Controls

Policy Specification

Schema Type
array
Default template
{% if $.identityProviders | length == 0 %}[]{% endif %}{% for item in $.identityProviders %}- '{{ item }}'
{% endfor %}
Default template input
|
{
identityProviders: policy(uri: "tmod:@turbot/aws-secretsmanager#/policy/types/secretsManagerPolicyTrustedIdentityProviders")
}

Category

In Your Workspace

Developers