pulumi / pulumi-auth0

An auth0Pulumi resource package, providing multi-language access to Auth0
Apache License 2.0
23 stars 7 forks source link

Refresh Tokens #101

Open stephenbawks opened 2 years ago

stephenbawks commented 2 years ago

Issue details

I do not see the ability to pass in refresh tokens when creating a connection and wondering if that is under some other resource or if that is still needing to be added? Under the options there are three values that I can specify when using the auth0cli.

admin_access_token: somevaluehere admin_access_token_expiresin: somevaluehere admin_refresh_token: somevaluehere

Affected area/feature

Pulumi or Terraform

leezen commented 2 years ago

Wouldn't these values be ephemeral and not something you'd configure as part of your infrastructure? Could you please describe a bit more about your use case?

stephenbawks commented 2 years ago

As part of our CICD and using the auth0cli if you don't persist the refresh token information on an update/deploy it will not save those and hence for you to accept the connection again. Super annoying.

So I persist those and reinfect them when we do deploys. Be nice if the Pulumi provider would support those attributes.