-
Notifications
You must be signed in to change notification settings - Fork 2
PublicKeysApi
Github Action edited this page Apr 10, 2021
·
6 revisions
All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
showPublicKeys | GET /public_keys/{account}/{kind}/{identifier} | Shows all public keys for a resource. |
String showPublicKeys(account, kind, identifier, xRequestId)
Shows all public keys for a resource.
Shows all public keys for a resource as newline delimited string for compatibility with the authorized_keys SSH format. Returns an empty string if the resource does not exist, to prevent attackers from determining whether a resource exists.
Name | Type | Description | Notes |
---|---|---|---|
account | String | Organization account name | [default to null] |
kind | String | Type of resource | [default to null] |
identifier | String | ID of the resource for which to get the information about | [default to null] |
xRequestId | String | Add an ID to the request being made so it can be tracked in Conjur. If not provided the server will automatically generate one. | [optional] [default to null] |
basicAuth, conjurAuth, conjurKubernetesMutualTls
- Content-Type: Not defined
- Accept: text/plain