You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.
As of now, the provider takes Rancher Access and Secret Keys. This is good, but an assumption is that we already have a Rancher Master running.
I am building out Rancher Masters (on AWS) with Local Auth enabled through terraform and I cannot use this provider unless I find out the keys using curl (by providing a username and a password). I could have figured out the keys dynamically if I would have a functionality to capture variables from provisioners/scripts.
Probable Solution
Terraform provider finds the access and secret keys itself and use it to interact with Rancher Master.
@vikas027 I can't figure out how you can have access to API keys without explicitly generate a pair. What Cattle API endpoint would you use to get API keys from user/password credentials?
@vikas027 I'm not sure this is a common usage of Terraform...
All the provider I'm using takes API keys and not use/password credentials.
I don't know why this provider should be different.
I'm closing this as WONTFIX now.
Feel free to comment or provider a PR for this feature.
Terraform Version
0.9.8
Problem
As of now, the provider takes Rancher Access and Secret Keys. This is good, but an assumption is that we already have a Rancher Master running.
I am building out Rancher Masters (on AWS) with Local Auth enabled through terraform and I cannot use this provider unless I find out the keys using
curl
(by providing a username and a password). I could have figured out the keys dynamically if I would have a functionality to capture variables from provisioners/scripts.Probable Solution
Terraform provider finds the access and secret keys itself and use it to interact with Rancher Master.
Workaround
I am not sure if there is any. Is there one?
References
The text was updated successfully, but these errors were encountered: