...

Text file src/github.com/GoogleCloudPlatform/k8s-config-connector/config/cloudcodesnippets/iam_v1beta1_iamworkforcepoolprovider.yaml

Documentation: github.com/GoogleCloudPlatform/k8s-config-connector/config/cloudcodesnippets

     1label: Config Connector IAMWorkforcePoolProvider
     2markdownDescription: Creates yaml for a IAMWorkforcePoolProvider resource
     3insertText: |
     4  apiVersion: iam.cnrm.cloud.google.com/v1beta1
     5  kind: IAMWorkforcePoolProvider
     6  metadata:
     7    name: \${1:iamworkforcepoolprovider-name}
     8  spec:
     9    location: \${2:global}
    10    workforcePoolRef:
    11      name: \${3:iamwfpp-dep-oidc}
    12    attributeMapping:
    13      google.subject: \${4:assertion.sub}
    14    oidc:
    15      issuerUri: \${5:https://example.com}
    16      clientId: \${6:client-id}
    17      webSsoConfig:
    18        responseType: \${7:ID_TOKEN}
    19        assertionClaimsBehavior: \${8:ONLY_ID_TOKEN_CLAIMS}

View as plain text