elastic / terraform-provider-ec

https://registry.terraform.io/providers/elastic/ec/latest/docs
Apache License 2.0
176 stars 89 forks source link

Use ephemeral github token. #849

Closed gigerdo closed 2 months ago

gigerdo commented 2 months ago

The currently used GITHUB_TOKEN has expired and can't be used anymore, instead we now use an ephemeral token provided with every build. The VAULT_GITHUB_TOKEN is created fresh for every build and injected automatically (similar to the github token provided in github actions)

We did the same thing for the elasticstack provider: https://github.com/elastic/terraform-provider-elasticstack/pull/712