generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
| authorizerConfiguration: { |
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
Labels
No labels