aws-cloudformation / iac-model-evaluation

MIT No Attribution
5 stars 9 forks source link

Bad indentation in cloudformation/cognito.yaml #30

Open kddejong opened 2 weeks ago

kddejong commented 2 weeks ago

https://github.com/aws-cloudformation/iac-model-evaluation/blob/0fc13f985eeb35c667e4536c474511d643e02f31/cloudformation/cognito.yaml#L43-L53

Was probably meant to be


      AttributeMapping:
        email: EMAIL
        given_name: GIVEN_NAME
        family_name: FAMILY_NAME
      IdpIdentifiers: []
      ProviderDetails:
        client_id: my.client.id
        client_secret: '{{resolve:secretsmanager:arn:aws:secretsmanager:us-east-1:012345678901:secret:my-secret:SecretString:::}}'
        attributes_request_method: GET
        authorize_scopes: openid
        oidc_issuer: 'https://issuer.example.com'