cyberark / terraform-provider-conjur

Terraform provider for Conjur
https://docs.conjur.org/Latest/en/Content/terraform_Provider.htm
Apache License 2.0
21 stars 16 forks source link

Support authentication using access token #69

Open sbenita opened 4 years ago

sbenita commented 4 years ago

Is your feature request related to a problem? Please describe.

I would like to authenticate to the provider with access token along with authenticating with API because I want to run terraform in K8S cluster where the conjur k8s authenticator provides me an access token.

Describe the solution you would like

Add variable to the provider of access_token and make it alternative to the api_key

izgeri commented 4 years ago

hey @sbenita! is this something you're planning to implement soon, like you did for ansible? please let us know if you'll need any help!

sbenita commented 4 years ago

Hi @izgeri, I might implement it in the near future. It's just a use case that during my exploration I noticed.

izgeri commented 4 years ago

@sbenita happy to review it if you get to it before we do :)