elasticsearch/docs/java-rest/high-level/security
Yang Wang 431aca0a46
CreateApiKey response now returns the base64 encoded credentials (#77351) (#77670)
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 01:38:34 -04:00
..
authenticate.asciidoc Service Accounts - HLRC (#72431) (#74231) 2021-06-17 22:28:12 +10:00
change-password.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 15:05:31 -07:00
clear-api-key-cache.asciidoc Cache API key doc to reduce traffic to the security index (#59376) (#63319) 2020-10-06 23:49:23 +11:00
clear-privileges-cache.asciidoc Add cache for application privileges (#55836) (#58798) 2020-07-02 11:50:03 +10:00
clear-realm-cache.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 15:05:31 -07:00
clear-roles-cache.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 15:05:31 -07:00
clear-service-account-token-cache.asciidoc Service Accounts - HLRC (#72431) (#74231) 2021-06-17 22:28:12 +10:00
create-api-key.asciidoc CreateApiKey response now returns the base64 encoded credentials (#77351) (#77670) 2021-09-14 01:38:34 -04:00
create-service-account-token.asciidoc Service Accounts - HLRC (#72431) (#74231) 2021-06-17 22:28:12 +10:00
create-token.asciidoc Adding authentication information to access token create APIs (#62490) (#63841) 2020-10-16 20:50:03 +02:00
delegate-pki-authentication.asciidoc Adding authentication information to access token create APIs (#62490) (#63841) 2020-10-16 20:50:03 +02:00
delete-privileges.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 15:05:31 -07:00
delete-role-mapping.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 15:05:31 -07:00
delete-role.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 15:05:31 -07:00
delete-service-account-token.asciidoc Service Accounts - HLRC (#72431) (#74231) 2021-06-17 22:28:12 +10:00
delete-user.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 15:05:31 -07:00
disable-user.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 15:05:31 -07:00
enable-user.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 15:05:31 -07:00
get-api-key.asciidoc Add support to retrieve all API keys if user has privilege (#47274) (#47641) 2019-10-07 23:58:21 +11:00
get-builtin-privileges.asciidoc [DOCS] Add get user privileges API (#73016) (#74438) 2021-06-22 09:15:07 -07:00
get-certificates.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 15:05:31 -07:00
get-privileges.asciidoc [DOCS] Add get user privileges API (#73016) (#74438) 2021-06-22 09:15:07 -07:00
get-role-mappings.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 15:05:31 -07:00
get-roles.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 15:05:31 -07:00
get-service-account-credentials.asciidoc Return file-backed service tokens from all nodes (#75200) (#75995) 2021-08-03 16:41:50 +10:00
get-service-accounts.asciidoc Service Accounts - HLRC (#72431) (#74231) 2021-06-17 22:28:12 +10:00
get-user-privileges.asciidoc [DOCS] Add get user privileges API (#73016) (#74438) 2021-06-22 09:15:07 -07:00
get-users.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 15:05:31 -07:00
grant-api-key.asciidoc [DOCS] Add grant API key to Java HLRC (#63783) (#69375) 2021-02-22 12:58:33 -08:00
has-privileges.asciidoc [DOCS] Add get user privileges API (#73016) (#74438) 2021-06-22 09:15:07 -07:00
invalidate-api-key.asciidoc Deprecate the id field for the InvalidateApiKey API (#66317) (#66670) 2020-12-22 12:56:40 +11:00
invalidate-token.asciidoc [DOCS] Add missing icons to security HLRC APIs (#46619) 2019-09-11 15:05:31 -07:00
put-privileges.asciidoc [DOCS] Replace put with create or update in API names (#70330) (#70421) 2021-03-15 17:16:13 -04:00
put-role-mapping.asciidoc [DOCS] Replace put with create or update in API names (#70330) (#70421) 2021-03-15 17:16:13 -04:00
put-role.asciidoc [DOCS] Replace put with create or update in API names (#70330) (#70421) 2021-03-15 17:16:13 -04:00
put-user.asciidoc [DOCS] Replace put with create or update in API names (#70330) (#70421) 2021-03-15 17:16:13 -04:00
query-api-key.asciidoc HLRC support for query API key API (#76520) (#76597) 2021-08-18 10:00:37 +10:00