pomerium / datasource

external data source contrib
Apache License 2.0
1 stars 1 forks source link

datasource/cognito: add cognito provider #284

Closed calebdoxsey closed 7 months ago

calebdoxsey commented 7 months ago

Summary

Add a Cognito directory provider.

By default the AWS SDK will search for credentials from a variety of pre-defined sources on the machine where the code is run. Credentials can also be specified manually.

A user pool can be specified or if none is provided we will list all the users in all the user pools.

Related issues

Checklist