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

TLSPC service account example playbook uses wrong credential parameter #525

Open
vertigo-one opened this issue Sep 12, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@vertigo-one
Copy link
Contributor

vertigo-one commented Sep 12, 2024

PROBLEM SUMMARY
https://github.com/Venafi/vcert/blob/master/examples/playbook/sample.tlspc.svc-account.yaml lists the incorrect playbook credential parameter for identifying the url to send the JWT to in order to authorize the service account.

TenantID should be tokenURL

STEPS TO REPRODUCE
Navigate to https://github.com/Venafi/vcert/blob/master/examples/playbook/sample.tlspc.svc-account.yaml

EXPECTED RESULTS

credentials:
      tokenURL: https://api.venafi.cloud/v1/oauth2/v2.0/aaa-bbb-ccc/token # The URL used to obtain the access token, provided by Venafi Control Plane's service account page
      externalJWT: '{{ Env "TLSPC_EXTERNAL_JWT" }}' # JWT from Identity Provider as environment variable
      #externalJWT: 'file:/path/to/jwt' # JWT from Identity Provider as file

ACTUAL RESULTS

credentials:
      tenantId: '{{ Env "TLSPC_TENANT_ID" }}' # TLSPC tenant ID as environment variable
      externalJWT: '{{ Env "TLSPC_EXTERNAL_JWT" }}' # JWT from Identity Provider as environment variable
      #externalJWT: 'file:/path/to/jwt' # JWT from Identity Provider as file
@vertigo-one vertigo-one added the bug Something isn't working label Sep 12, 2024
@vertigo-one vertigo-one changed the title https://github.com/Venafi/vcert/blob/master/examples/playbook/sample.tlspc.svc-account.yaml TLSPC service account example playbook uses wrong credential parameter Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant