Skip to content

Commit 0e82bca

Browse files
committed
[Connector APIs] Update docs with new privilege
1 parent 027c605 commit 0e82bca

28 files changed

+31
-0
lines changed

docs/reference/connector/apis/cancel-connector-sync-job-api.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ To get started with Connector APIs, check out <<es-connectors-tutorial-api, our
2424
[[cancel-connector-sync-job-api-prereqs]]
2525
==== {api-prereq-title}
2626

27+
* Requires the `manage_connector` privilege.
2728
* To sync data using self-managed connectors, you need to deploy the <<es-connectors-deploy-connector-service,Elastic connector service>>. on your own infrastructure. This service runs automatically on Elastic Cloud for Elastic managed connectors.
2829
* The `connector_sync_job_id` parameter should reference an existing connector sync job.
2930

docs/reference/connector/apis/check-in-connector-api.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ To get started with Connector APIs, check out <<es-connectors-tutorial-api, our
2525
[[check-in-connector-api-prereq]]
2626
==== {api-prereq-title}
2727

28+
* Requires the `manage_connector` privilege.
2829
* To sync data using self-managed connectors, you need to deploy the <<es-connectors-deploy-connector-service,Elastic connector service>>. on your own infrastructure. This service runs automatically on Elastic Cloud for Elastic managed connectors.
2930
* The `connector_id` parameter should reference an existing connector.
3031

docs/reference/connector/apis/check-in-connector-sync-job-api.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ To get started with Connector APIs, check out <<es-connectors-tutorial-api, our
2424
[[check-in-connector-sync-job-api-prereqs]]
2525
==== {api-prereq-title}
2626

27+
* Requires the `manage_connector` privilege..
2728
* To sync data using self-managed connectors, you need to deploy the <<es-connectors-deploy-connector-service,Elastic connector service>>. on your own infrastructure. This service runs automatically on Elastic Cloud for Elastic managed connectors.
2829
* The `connector_sync_job_id` parameter should reference an existing connector sync job.
2930

docs/reference/connector/apis/claim-connector-sync-job-api.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ To get started with Connector APIs, check out <<es-connectors-tutorial-api, our
2626
[[claim-connector-sync-job-api-prereqs]]
2727
==== {api-prereq-title}
2828

29+
* Requires the `manage_connector` privilege.
2930
* To sync data using self-managed connectors, you need to deploy the <<es-connectors-deploy-connector-service,Elastic connector service>>. on your own infrastructure. This service runs automatically on Elastic Cloud for Elastic managed connectors.
3031
* The `connector_sync_job_id` parameter should reference an existing connector sync job.
3132

docs/reference/connector/apis/connector-apis.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Find a list of all supported service types in the <<es-connectors,connectors doc
2323
This API provides an alternative to relying solely on {kib} UI for connector and sync job management. The API comes with a set of
2424
validations and assertions to ensure that the state representation in the internal index remains valid.
2525

26+
Managing connectors requires the `manage_connector` cluster privilege.
27+
2628
[TIP]
2729
====
2830
We also have a command-line interface for Elastic connectors. Learn more in the https://github.com/elastic/connectors/blob/main/docs/CLI.md[elastic/connectors] repository.

docs/reference/connector/apis/create-connector-api.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ DELETE _connector/my-connector
5050
[[create-connector-api-prereqs]]
5151
==== {api-prereq-title}
5252

53+
* Requires the `manage_connector` privilege.
5354
* To sync data using self-managed connectors, you need to deploy the <<es-connectors-deploy-connector-service,Elastic connector service>>. on your own infrastructure. This service runs automatically on Elastic Cloud for Elastic managed connectors.
5455
* The `service_type` parameter should reference a supported third-party service. See the available service types for <<es-native-connectors,Elastic managed>> and <<es-build-connector,self-managed>> connectors. This can also reference the service type of your custom connector.
5556

docs/reference/connector/apis/create-connector-sync-job-api.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ POST _connector/_sync_job
3737
[[create-connector-sync-job-api-prereqs]]
3838
==== {api-prereq-title}
3939

40+
* Requires the `manage_connector` privilege.
4041
* To sync data using self-managed connectors, you need to deploy the <<es-connectors-deploy-connector-service,Elastic connector service>>. on your own infrastructure. This service runs automatically on Elastic Cloud for Elastic managed connectors.
4142
* The `id` parameter should reference an existing connector.
4243

docs/reference/connector/apis/delete-connector-api.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ To get started with Connector APIs, check out <<es-connectors-tutorial-api, our
2828
[[delete-connector-api-prereq]]
2929
==== {api-prereq-title}
3030

31+
* Requires the `manage_connector` privilege.
3132
* To sync data using self-managed connectors, you need to deploy the <<es-connectors-deploy-connector-service,Elastic connector service>>. on your own infrastructure. This service runs automatically on Elastic Cloud for Elastic managed connectors.
3233
* The `connector_id` parameter should reference an existing connector.
3334

docs/reference/connector/apis/delete-connector-sync-job-api.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ To get started with Connector APIs, check out <<es-connectors-tutorial-api, our
2626
[[delete-connector-sync-job-api-prereq]]
2727
==== {api-prereq-title}
2828

29+
* Requires the `manage_connector` privilege.
2930
* To sync data using self-managed connectors, you need to deploy the <<es-connectors-deploy-connector-service,Elastic connector service>>. on your own infrastructure. This service runs automatically on Elastic Cloud for Elastic managed connectors.
3031

3132
[[delete-connector-sync-job-api-path-params]]

docs/reference/connector/apis/get-connector-api.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ To get started with Connector APIs, check out <<es-connectors-tutorial-api, our
2525
[[get-connector-api-prereq]]
2626
==== {api-prereq-title}
2727

28+
* Requires the `monitor_connector` or `manage_connector` privilege.
2829
* To sync data using self-managed connectors, you need to deploy the <<es-connectors-deploy-connector-service,Elastic connector service>>. on your own infrastructure. This service runs automatically on Elastic Cloud for Elastic managed connectors.
2930

3031
[[get-connector-api-path-params]]

0 commit comments

Comments
 (0)