Skip to content

CDK/CFN support for Identity Outbound Credentials Providers #8

@JonathanHenson

Description

@JonathanHenson

I see ingress configured here, but I'm having a hard time figuring out how to use CFN or CDK to deploy outbound credentials provider. What I am looking for is the equivalent to this:


google_provider = self.identity_client.create_oauth2_credential_provider({
   'name': provider_name,
   'credentialProviderVendor': 'GoogleOauth2',
   'oauth2ProviderConfigInput': {
   'googleOauth2ProviderConfig': {
     'clientId': client_id,
     'clientSecret': client_secret
    }
  }
})

Any tips? Is there a doc I've missed somewhere?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions