opentelekomcloud / vault-plugin-secrets-openstack

Create OpenStack tokens using HashiCorp Vault
Apache License 2.0
23 stars 6 forks source link

Plugin tries using server `clouds.yaml` #47

Closed outcatcher closed 2 years ago

outcatcher commented 2 years ago

During development of #41, the following problem found:

            Error:          Not equal: 
                            expected: 204
                            actual  : 500
            Test:           TestPlugin/TestRootRotate
            Messages:       {
                              "errors": [
                                "1 error occurred:\n\t* cloud tf does not exist in clouds.yaml\n\n"
                              ]
                            }

Plugin should ignore OS_ env variables and client configurations existing on the server.