sigs.k8s.io/cluster-api-provider-aws@v1.5.5/test/e2e/data/infrastructure-aws/kustomize_sources/simple-multitenancy/role.yaml (about)

     1  ---
     2  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
     3  kind: AWSClusterRoleIdentity
     4  metadata:
     5    name: "${MULTI_TENANCY_SIMPLE_IDENTITY_NAME}"
     6  spec:
     7    roleARN: "${MULTI_TENANCY_SIMPLE_ROLE_ARN}"
     8    durationSeconds: 900
     9    sessionName: "${MULTI_TENANCY_SIMPLE_IDENTITY_NAME}-session"
    10    sourceIdentityRef:
    11      kind: AWSClusterControllerIdentity
    12      name: "default"
    13    allowedNamespaces: {}
    14  ---