From ca4998faadd1a7d5ef55b1b3b318c03082febff4 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Mon, 17 Oct 2022 10:31:51 +0100 Subject: [PATCH] [API] Promotes security user profile from Experimental to Stable security/activate_user_profile security/disable_user_profile security/enable_user_profile security/get_user_profile security/has_privileges_user_profile security/suggest_user_profile security/update_user_profile_data --- .../api/actions/security/activate_user_profile.rb | 4 ---- .../api/actions/security/disable_user_profile.rb | 4 ---- .../elasticsearch/api/actions/security/enable_user_profile.rb | 4 ---- .../elasticsearch/api/actions/security/get_user_profile.rb | 4 ---- .../api/actions/security/has_privileges_user_profile.rb | 4 ---- .../api/actions/security/suggest_user_profiles.rb | 4 ---- .../api/actions/security/update_user_profile_data.rb | 4 ---- 7 files changed, 28 deletions(-) diff --git a/elasticsearch-api/lib/elasticsearch/api/actions/security/activate_user_profile.rb b/elasticsearch-api/lib/elasticsearch/api/actions/security/activate_user_profile.rb index 391b96535e..939314de40 100644 --- a/elasticsearch-api/lib/elasticsearch/api/actions/security/activate_user_profile.rb +++ b/elasticsearch-api/lib/elasticsearch/api/actions/security/activate_user_profile.rb @@ -23,10 +23,6 @@ module API module Security module Actions # Creates or updates the user profile on behalf of another user. - # This functionality is Experimental and may be changed or removed - # completely in a future release. Elastic will take a best effort approach - # to fix any issues, but experimental features are not subject to the - # support SLA of official GA features. # # @option arguments [Hash] :headers Custom HTTP headers # @option arguments [Hash] :body The grant type and user's credential (*Required*) diff --git a/elasticsearch-api/lib/elasticsearch/api/actions/security/disable_user_profile.rb b/elasticsearch-api/lib/elasticsearch/api/actions/security/disable_user_profile.rb index 0463db02fc..16113ddaed 100644 --- a/elasticsearch-api/lib/elasticsearch/api/actions/security/disable_user_profile.rb +++ b/elasticsearch-api/lib/elasticsearch/api/actions/security/disable_user_profile.rb @@ -23,10 +23,6 @@ module API module Security module Actions # Disables a user profile so it's not visible in user profile searches. - # This functionality is Experimental and may be changed or removed - # completely in a future release. Elastic will take a best effort approach - # to fix any issues, but experimental features are not subject to the - # support SLA of official GA features. # # @option arguments [String] :uid Unique identifier for the user profile # @option arguments [String] :refresh If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` (the default) then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (options: true, false, wait_for) diff --git a/elasticsearch-api/lib/elasticsearch/api/actions/security/enable_user_profile.rb b/elasticsearch-api/lib/elasticsearch/api/actions/security/enable_user_profile.rb index fe145b3290..a6b1045be4 100644 --- a/elasticsearch-api/lib/elasticsearch/api/actions/security/enable_user_profile.rb +++ b/elasticsearch-api/lib/elasticsearch/api/actions/security/enable_user_profile.rb @@ -23,10 +23,6 @@ module API module Security module Actions # Enables a user profile so it's visible in user profile searches. - # This functionality is Experimental and may be changed or removed - # completely in a future release. Elastic will take a best effort approach - # to fix any issues, but experimental features are not subject to the - # support SLA of official GA features. # # @option arguments [String] :uid An unique identifier of the user profile # @option arguments [String] :refresh If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` (the default) then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (options: true, false, wait_for) diff --git a/elasticsearch-api/lib/elasticsearch/api/actions/security/get_user_profile.rb b/elasticsearch-api/lib/elasticsearch/api/actions/security/get_user_profile.rb index 578cdda36f..bec9d4fdb4 100644 --- a/elasticsearch-api/lib/elasticsearch/api/actions/security/get_user_profile.rb +++ b/elasticsearch-api/lib/elasticsearch/api/actions/security/get_user_profile.rb @@ -23,10 +23,6 @@ module API module Security module Actions # Retrieves user profiles for the given unique ID(s). - # This functionality is Experimental and may be changed or removed - # completely in a future release. Elastic will take a best effort approach - # to fix any issues, but experimental features are not subject to the - # support SLA of official GA features. # # @option arguments [List] :uid A comma-separated list of unique identifier for user profiles # @option arguments [List] :data A comma-separated list of keys for which the corresponding application data are retrieved. diff --git a/elasticsearch-api/lib/elasticsearch/api/actions/security/has_privileges_user_profile.rb b/elasticsearch-api/lib/elasticsearch/api/actions/security/has_privileges_user_profile.rb index 0ad62baa79..1828108637 100644 --- a/elasticsearch-api/lib/elasticsearch/api/actions/security/has_privileges_user_profile.rb +++ b/elasticsearch-api/lib/elasticsearch/api/actions/security/has_privileges_user_profile.rb @@ -23,10 +23,6 @@ module API module Security module Actions # Determines whether the users associated with the specified profile IDs have all the requested privileges. - # This functionality is Experimental and may be changed or removed - # completely in a future release. Elastic will take a best effort approach - # to fix any issues, but experimental features are not subject to the - # support SLA of official GA features. # # @option arguments [Hash] :headers Custom HTTP headers # @option arguments [Hash] :body The privileges to check and the list of profile IDs (*Required*) diff --git a/elasticsearch-api/lib/elasticsearch/api/actions/security/suggest_user_profiles.rb b/elasticsearch-api/lib/elasticsearch/api/actions/security/suggest_user_profiles.rb index 0ea3206e21..3786566034 100644 --- a/elasticsearch-api/lib/elasticsearch/api/actions/security/suggest_user_profiles.rb +++ b/elasticsearch-api/lib/elasticsearch/api/actions/security/suggest_user_profiles.rb @@ -23,10 +23,6 @@ module API module Security module Actions # Get suggestions for user profiles that match specified search criteria. - # This functionality is Experimental and may be changed or removed - # completely in a future release. Elastic will take a best effort approach - # to fix any issues, but experimental features are not subject to the - # support SLA of official GA features. # # @option arguments [List] :data A comma-separated list of keys for which the corresponding application data are retrieved. # @option arguments [Hash] :headers Custom HTTP headers diff --git a/elasticsearch-api/lib/elasticsearch/api/actions/security/update_user_profile_data.rb b/elasticsearch-api/lib/elasticsearch/api/actions/security/update_user_profile_data.rb index f72d65442e..5f42866790 100644 --- a/elasticsearch-api/lib/elasticsearch/api/actions/security/update_user_profile_data.rb +++ b/elasticsearch-api/lib/elasticsearch/api/actions/security/update_user_profile_data.rb @@ -23,10 +23,6 @@ module API module Security module Actions # Update application specific data for the user profile of the given unique ID. - # This functionality is Experimental and may be changed or removed - # completely in a future release. Elastic will take a best effort approach - # to fix any issues, but experimental features are not subject to the - # support SLA of official GA features. # # @option arguments [String] :uid An unique identifier of the user profile # @option arguments [Number] :if_seq_no only perform the update operation if the last operation that has changed the document has the specified sequence number