Skip to content

Commit 5858571

Browse files
maycmleebrett0000FFdrichards-87rtrieu
authored
[DOCS-12091] Add OP Secrets Management (#33397)
* [DOCS-12091] Add identifiers for sources (#33370) * add identifiers for sources * apply suggestions * remove DD_OP_ * Add set secrets shortcode (#33432) * add shortcode * small edit * Update layouts/shortcodes/observability_pipelines/set_secrets_intro.en.md Co-authored-by: Brett Blue <84536271+brett0000FF@users.noreply.github.com> --------- Co-authored-by: Brett Blue <84536271+brett0000FF@users.noreply.github.com> * Update env vars for secrets mgmt (#33499) * dest env vars * update source env vars * [DOCS-12091] Add Secrets Management tabs for sources (#33429) * add sm tabs * use set secrets intro shortcode * update key pass * fix commas * add descriptions * update * fix case * small edits * [DOCS-12091] Add identifiers for destinations (#33411) * update destinations * revert change * update set secrets aopensearch * add set secrets to all destinations * update descriptions * Update content/en/observability_pipelines/destinations/amazon_security_lake.md * Apply suggestions from code review Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com> * fix gpubsub link * small edits --------- Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com> * [DOCS-12091] Update existing pipelines (#33815) * updates * add restart * small edits * updates for secrets (#33817) * [DOCS-12091] Update adv worker config for secrets management (#33825) * add secrets * small edit * small edits * [DOCS-12091] OP Route to multiple DD orgs (#33541) * add info * remove destination type restriction * add metrics info * small edits * add search syntax link * add images * fix header * add warning * edits * add limit * [DOCS-12091] Add Secrets Mgmt doc and update Install the Worker (#33745) * update platforms * add linux * add secrets doc * update linux * fix typo * add secret manager instructions * Apply suggestions from code review Co-authored-by: Rosa Trieu <107086888+rtrieu@users.noreply.github.com> * Apply suggestion from @rtrieu Co-authored-by: Rosa Trieu <107086888+rtrieu@users.noreply.github.com> * Apply suggestion from @maycmlee --------- Co-authored-by: Rosa Trieu <107086888+rtrieu@users.noreply.github.com> * Add k8s for secrets (#34259) * add k8s * add bootstrap file links * updates * fix typo * update region name placeholder * small updates * update file methods * small edits * update image --------- Co-authored-by: Brett Blue <84536271+brett0000FF@users.noreply.github.com> Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com> Co-authored-by: Rosa Trieu <107086888+rtrieu@users.noreply.github.com>
1 parent 0213c25 commit 5858571

78 files changed

Lines changed: 1782 additions & 362 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config/_default/menus/main.en.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5850,21 +5850,26 @@ menu:
58505850
url: /observability_pipelines/configuration/install_the_worker/run_multiple_pipelines_on_a_host/
58515851
parent: observability_pipelines_install_the_worker
58525852
weight: 10302
5853+
- name: Secrets Management
5854+
url: observability_pipelines/configuration/secrets_management
5855+
parent: observability_pipelines_configuration
5856+
identifier: observability_pipelines_secrets_management
5857+
weight: 104
58535858
- name: Live Capture
58545859
identifier: observability_pipelines/configuration/live_capture/
58555860
url: /observability_pipelines/configuration/live_capture/
58565861
parent: observability_pipelines_configuration
5857-
weight: 104
5862+
weight: 105
58585863
- name: Update Existing Pipelines
58595864
url: observability_pipelines/configuration/update_existing_pipelines
58605865
parent: observability_pipelines_configuration
58615866
identifier: observability_pipelines_update_existing_pipelines
5862-
weight: 105
5867+
weight: 106
58635868
- name: Access Control
58645869
url: observability_pipelines/configuration/access_control
58655870
parent: observability_pipelines_configuration
58665871
identifier: observability_pipelines_access_control
5867-
weight: 106
5872+
weight: 107
58685873
- name: Sources
58695874
url: observability_pipelines/sources/
58705875
parent: observability_pipelines

content/en/observability_pipelines/configuration/install_the_worker/_index.md

Lines changed: 193 additions & 104 deletions
Large diffs are not rendered by default.

content/en/observability_pipelines/configuration/install_the_worker/advanced_worker_configurations.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ The following is a list of bootstrap options, their related pipeline environment
7777
: <li style="list-style-type: '- '">The Observability Pipelines Worker cannot route external requests through reverse proxies, such as HAProxy and NGINX.</li>
7878
: <li style="list-style-type: '- '">The <code>DD_PROXY_HTTP(S)</code> and <code>HTTP(S)_PROXY</code> environment variables need to be already exported in your environment for the Worker to resolve them. They cannot be prepended to the Worker installation script.</li>
7979

80+
`secret`
81+
: **Pipeline environment variable**: None
82+
: **Priority**: N/A
83+
: **Description**: Connects the Worker to your secrets manager. See [Secrets Management][12] for configuration information.
84+
8085
`site`
8186
: **Pipeline environment variable**: `DD_SITE`
8287
: **Priority**: `DD_SITE`
@@ -122,3 +127,4 @@ api:
122127
[9]: https://github.com/DataDog/helm-charts/blob/main/charts/observability-pipelines-worker/values.yaml#L33-L40
123128
[10]: https://github.com/DataDog/helm-charts/blob/main/charts/observability-pipelines-worker/values.yaml#L303-L329
124129
[11]: /remote_configuration/#security-considerations
130+
[12]: /observability_pipelines/configuration/secrets_management/

0 commit comments

Comments
 (0)