pulumi / pulumi-digitalocean

A DigitalOcean Pulumi resource package, providing multi-language access to DigitalOcean
Apache License 2.0
83 stars 13 forks source link

Update DOKS documentation to call out token expiration #445

Open scottslowe opened 1 year ago

scottslowe commented 1 year ago

Hello!

Issue details

Per https://github.com/pulumi/pulumi-digitalocean/issues/312 and https://github.com/pulumi/pulumi-digitalocean/issues/78, DO access tokens generated by pulumi up expire after 7 days. This comment on #312 provides a workaround and some additional context, but ideally this information about access token expiration should be included in the documentation so that users are aware and can plan/act accordingly.

Affected area/feature

Provider/resource documentation for DOKS

t0yv0 commented 1 year ago

Thanks for filing this @scottslowe - I've tried doing this immediately but there's some hiccups in the bridge framework that do not permit easily adding a comment. I've filed https://github.com/pulumi/pulumi-terraform-bridge/issues/1237 and my team will get back to this when we have capacity.