Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The credentials variable for the provider doesn't recognize relative paths. #94

Open
DamaniN opened this issue Oct 25, 2023 · 0 comments
Labels
aws Amazon AWS bug Something isn't working

Comments

@DamaniN
Copy link

DamaniN commented Oct 25, 2023

Expected Behavior

If I specify the relative path to a credentials file, the provider would find and use that file. For example, if I set the credentials variable to ./creds.json the provider would find the creds.json file in the same path as where Terraform is running and use that.

Current Behavior

Setting the credentials variable with a relative path results in the provider looking for the default ~/.rubrik/polaris-accounts.json file. An error message is generated saying that the provider can't find this default credentials file.

Failure Information (for bugs)

None, see description.

Steps to Reproduce

See description.

Context

  • Version of project = 0.7.2
  • Version of dependencies = N/A
  • Version of operating system = N/A

Failure Logs

None

@johan3141592 johan3141592 added bug Something isn't working aws Amazon AWS labels Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws Amazon AWS bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants