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

Enable Private Key Creds from Vault #155

Open
ericnesschrw opened this issue Feb 20, 2023 · 0 comments
Open

Enable Private Key Creds from Vault #155

ericnesschrw opened this issue Feb 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ericnesschrw
Copy link

Feature Request

My company is using PKI certificates generated by Vault for some credentials. These credentials require a POST call to their endpoint to generate a certificate. I've created an appropriate .teller.yaml file to pull the secret.

providers:
  hashicorp_vault:
    env_sync:
      path: pki-internal/issue/credential_name

Running teller show raises the error:

Error making API request.\n\nURL: GET https://vault_host/v1/pki-internal/issue/credential_name\nCode: 403. Errors:\n\n* 1 error occurred:\n\t* permission denied\n\n"

because teller is using GET to try to retrieve the secret.

In the research that I've done, I haven't found any way to configure Teller to POST instead of GET. It would be nice to be able to use Teller to get PKI credentials.

@ericnesschrw ericnesschrw added the enhancement New feature or request label Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant