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
| KEYFACTOR_AUTH_TOKEN_URL | URL to request an access token from Keyfactor Auth ||
90
-
| KEYFACTOR_AUTH_SCOPES | Scopes to request when authenticating to Keyfactor Command API |`openid`|
90
+
| KEYFACTOR_AUTH_SCOPES | Scopes to request when authenticating to Keyfactor Command API. Each scope MUST be separated by `,`|`openid`|
91
+
| KEYFACTOR_AUTH_AUDIENCE | Audience to request when authenticating to Keyfactor Command API ||
91
92
| KEYFACTOR_AUTH_ACCESS_TOKEN | Access token to use to authenticate to Keyfactor Command API. This can be supplied directly or generated via client credentials ||
93
+
| KEYFACTOR_AUTH_CA_CERT | Either a file path or PEM encoded string to a CA certificate to use when connecting to Keyfactor Auth ||
| KEYFACTOR_AUTH_TOKEN_URL | URL to request an access token from Keyfactor Auth ||
68
-
| KEYFACTOR_AUTH_SCOPES | Scopes to request when authenticating to Keyfactor Command API |`openid`|
68
+
| KEYFACTOR_AUTH_SCOPES | Scopes to request when authenticating to Keyfactor Command API. Each scope MUST be separated by `,`|`openid`|
69
+
| KEYFACTOR_AUTH_AUDIENCE | Audience to request when authenticating to Keyfactor Command API ||
69
70
| KEYFACTOR_AUTH_ACCESS_TOKEN | Access token to use to authenticate to Keyfactor Command API. This can be supplied directly or generated via client credentials ||
71
+
| KEYFACTOR_AUTH_CA_CERT | Either a file path or PEM encoded string to a CA certificate to use when connecting to Keyfactor Auth ||
0 commit comments