elasticsearch/docs/java-rest/high-level/security
Yang Wang 00c3b5c8d9
CreateApiKey response now returns the base64 encoded credentials (#77351)
This PR adds a new "encoded" field to the response of CreateApiKey API.
It is the base64 encoded value of "id:api_key". The field is added for
the convenience of the API consumers so that no extra
computation/encoding is needed. Sometimes the extra computation/encoding
can be error prone or not feasible for simple clients.

Resolves: #50235
2021-09-14 14:22:35 +10:00
..
authenticate.asciidoc Service Accounts - HLRC (#72431) 2021-06-17 21:27:20 +10:00
change-password.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 13:19:13 -07:00
clear-api-key-cache.asciidoc Cache API key doc to reduce traffic to the security index (#59376) 2020-10-06 21:41:25 +11:00
clear-privileges-cache.asciidoc Add cache for application privileges (#55836) 2020-06-29 13:59:00 +10:00
clear-realm-cache.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 13:19:13 -07:00
clear-roles-cache.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 13:19:13 -07:00
clear-service-account-token-cache.asciidoc Service Accounts - HLRC (#72431) 2021-06-17 21:27:20 +10:00
create-api-key.asciidoc CreateApiKey response now returns the base64 encoded credentials (#77351) 2021-09-14 14:22:35 +10:00
create-service-account-token.asciidoc Service Accounts - HLRC (#72431) 2021-06-17 21:27:20 +10:00
create-token.asciidoc Adding authentication information to access token create APIs (#62490) 2020-10-16 09:12:44 +02:00
delegate-pki-authentication.asciidoc Adding authentication information to access token create APIs (#62490) 2020-10-16 09:12:44 +02:00
delete-privileges.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 13:19:13 -07:00
delete-role-mapping.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 13:19:13 -07:00
delete-role.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 13:19:13 -07:00
delete-service-account-token.asciidoc Service Accounts - HLRC (#72431) 2021-06-17 21:27:20 +10:00
delete-user.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 13:19:13 -07:00
disable-user.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 13:19:13 -07:00
enable-user.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 13:19:13 -07:00
enroll_kibana.asciidoc Enroll Kibana API uses Service Accounts (#76370) 2021-08-17 14:41:35 +03:00
enroll_node.asciidoc Enroll Kibana API uses Service Accounts (#76370) 2021-08-17 14:41:35 +03:00
get-api-key.asciidoc Add support to retrieve all API keys if user has privilege (#47274) 2019-10-07 20:21:10 +11:00
get-builtin-privileges.asciidoc [DOCS] Add get user privileges API (#73016) 2021-06-22 08:16:21 -07:00
get-certificates.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 13:19:13 -07:00
get-privileges.asciidoc [DOCS] Add get user privileges API (#73016) 2021-06-22 08:16:21 -07:00
get-role-mappings.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 13:19:13 -07:00
get-roles.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 13:19:13 -07:00
get-service-account-credentials.asciidoc Return file-backed service tokens from all nodes (#75200) 2021-08-03 13:43:46 +10:00
get-service-accounts.asciidoc Service Accounts - HLRC (#72431) 2021-06-17 21:27:20 +10:00
get-user-privileges.asciidoc [DOCS] Add get user privileges API (#73016) 2021-06-22 08:16:21 -07:00
get-users.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 13:19:13 -07:00
grant-api-key.asciidoc [DOCS] Add grant API key to Java HLRC (#63783) 2021-02-22 10:11:26 -08:00
has-privileges.asciidoc [DOCS] Add get user privileges API (#73016) 2021-06-22 08:16:21 -07:00
invalidate-api-key.asciidoc Deprecate the id field for the InvalidateApiKey API (#66317) 2020-12-21 10:45:58 +11:00
invalidate-token.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 13:19:13 -07:00
put-privileges.asciidoc [DOCS] Replace put with create or update in API names (#70330) 2021-03-15 14:49:44 -04:00
put-role-mapping.asciidoc [DOCS] Replace put with create or update in API names (#70330) 2021-03-15 14:49:44 -04:00
put-role.asciidoc [DOCS] Replace put with create or update in API names (#70330) 2021-03-15 14:49:44 -04:00
put-user.asciidoc [DOCS] Replace put with create or update in API names (#70330) 2021-03-15 14:49:44 -04:00
query-api-key.asciidoc HLRC support for query API key API (#76520) 2021-08-17 16:00:55 +10:00