displague / openshift-installer

Install an OpenShift 4.x cluster
https://try.openshift.com
Apache License 2.0
0 stars 0 forks source link

APIKey and APIUrl are not plumbed into Auth config #1

Open displague opened 3 years ago

displague commented 3 years ago

APIKey and APIUrl are not plumbed into Auth config correctly, resulting in empty values:

$ cat ~/.equinixmetal-config.yaml
# Equinix Metal Configuration used by OpenShift Installer
# api_url is the Base URL for accessing the Equinix Metal API
api_url: https://api.equinix.com/metal/v1

# api_key is the User or Project API Key used to authenticate requests to the Packet API
api_key: ...
$ cat terraform.equinixmetal.auto.tfvars.json
{
  "metal_api_url": "",
  "metal_auth_token": "",