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
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
The text was updated successfully, but these errors were encountered:
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
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 betokenURL
STEPS TO REPRODUCE
Navigate to https://github.com/Venafi/vcert/blob/master/examples/playbook/sample.tlspc.svc-account.yaml
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: