mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
[ML] [Transforms] prefer secondary auth headers for transforms (#86757)
When creating and updating transforms, it is possible for clients to provide secondary headers. When PUT, _preview, _update is called with secondary authorization headers, those are then used or stored with the transform. closes: https://github.com/elastic/elasticsearch/issues/86731
This commit is contained in:
parent
132633e998
commit
b90b3450a2
13 changed files with 379 additions and 194 deletions
|
@ -27,10 +27,15 @@ Previews a {transform}.
|
|||
|
||||
Requires the following privileges:
|
||||
|
||||
* cluster: `manage_transform` (the `transform_admin` built-in role grants this
|
||||
* cluster: `manage_transform` (the `transform_admin` built-in role grants this
|
||||
privilege)
|
||||
* source indices: `read`, `view_index_metadata`.
|
||||
|
||||
+
|
||||
--
|
||||
NOTE: If you provide
|
||||
<<http-clients-secondary-authorization,secondary authorization headers>>, those
|
||||
credentials are used.
|
||||
--
|
||||
[[preview-transform-desc]]
|
||||
== {api-description-title}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue