equinix / terraform-equinix-metal-openstack

OpenStack Cloud on Equinix Metal
https://registry.terraform.io/modules/equinix/openstack/metal/latest
Apache License 2.0
13 stars 12 forks source link

CI needs to be configured with an API token #50

Closed displague closed 3 years ago

displague commented 3 years ago

A METAL_AUTH_TOKEN secret should be added to this project. This token must be attached to an account dedicated to this project that only has access to this project.

If a Project level API token is sufficient for this build, we should consider using https://github.com/displague/metal-actions-example with a suggested project name (rather than random).

The user account that provisions the project token would need to be similar to the one used for terraform-provider-metal testing (it could perhaps be the same account, but should be a different user token).

displague commented 3 years ago

A user level token has been provided. The account this token represents is used by other Terraform integration tests.