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
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -332,11 +332,13 @@ any of the paths below, use the help command with any route matching
332
332
the path pattern. Note that depending on the policy of your auth token,
333
333
you may or may not be able to access certain paths.
334
334
335
-
^ca(/pem)?$
335
+
^ca
336
336
Fetch a CA, CRL, CA Chain, or non-revoked certificate.
337
+
pass "ca=<ca name>" to retrieve them for a CA other than the one set in the configuration.
337
338
338
-
^ca_chain(/pem)?$
339
+
^ca_chain
339
340
Fetch a CA, CRL, CA Chain, or non-revoked certificate.
341
+
pass "ca=<ca name>" to retrieve them for a CA other than the one set in the configuration.
340
342
341
343
^certs/?$
342
344
Use with the "list" command to display the list of certificate serial numbers for certificates managed by this secrets engine.
@@ -396,7 +398,7 @@ Here is a table of the available configuration paramaters
396
398
|**token_url**| string | no[^3]|| oAuth authentication: Endpoint for retreiving the authentication token |
397
399
|**access_token**| string | no || oAuth access token, if retrieved outside the context of the plugin |
398
400
|**scopes**|[]string (comma separated list) | no || the defined scopes to apply to the retreived token in the oAuth authorization flow. If not provided, all available scopes for the service account will be assigned to the token upon authentication |
399
-
|**audience**|[]string (comma seperated list)| no || the OpenID Connect v1.0 or oAuth v2.0 token audience |
401
+
|**audience**| string | no || the OpenID Connect v1.0 or oAuth v2.0 token audience |
400
402
|**skip_verify**| bool | no |_false_| set this to true to skip checking the CRL list of the HTTPS endpoint |
401
403
| **command_cert_path** | string | no | | set this value to the local path of the CA cert if it is untrusted by the client and skip_verify is false
402
404
@@ -617,10 +619,10 @@ instance of the plugin is named "keyfactor".
0 commit comments