Commit graph

6 commits

Author SHA1 Message Date
Yang Wang
ebe4fe9f15
[Doc] Add links to the new API key based remote cluster page (#99115)
This PR adds links to the new API key based remote cluster page in
multiple places.

Relates: #98330
2023-09-01 06:08:49 -04:00
Abdon Pijpelink
1955bd8ad4
[DOCS] New docs for remote clusters using API key authentication (#98330)
* New docs structure for remote clusters

* Fix broken cross-book link errors

* More broken cross-book link errors

* Remove redirects for new pages

* Link to generic remote cluster docs instead

* Drop 'API' from the abbreviated title

* Add 'Establish trust with a remote cluster' section

* Restructure 'Establish trust' section into Prprequisite/local/remote instructions

* Add 'Configure roles and users' section

* Add 'Connect to a remote cluster' section

* Move version compatibility to prerequisites

* Fix test errors

* Incorporate review feedback

* Mention version 8.10 or later in the intro for API keys

* Add license prerequisite
2023-08-24 12:30:03 +02:00
Yang Wang
d0f64941f0
Remove RCS 2.0 feature flag for beta release (#98307)
This PR removes the RCS 2.0 feature flag so that it is ready for beta
release.
2023-08-14 08:33:37 +10:00
Yang Wang
60c11d45db
Document the access field in responses for cross-cluster API keys (#97677)
Following the change in #97605, this PR adds necessary doc changes for
the new access field in the responses.

Relates: #97605
2023-08-08 19:11:23 +10:00
Yang Wang
3c957356ef
[Doc] Add doc pages for cross-cluter API key APIs (#96415)
This PR adds API doc pages for the new create and update cross-cluster API key APIs.

Relates: #95714, #96085

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
2023-06-08 11:23:19 +10:00
Yang Wang
e5e2a0400f
REST spec and YAML tests for cross-cluster API key APIs (#96339)
This PR adds REST spec files and YAML tests for the new create and
update cross-cluster API key APIs.

Relates: #95714, #96085
2023-05-26 19:46:02 -04:00