Skip to content

Commit

Permalink
Secrets Management feature is now GA
Browse files Browse the repository at this point in the history
  • Loading branch information
hush-hush committed Jun 28, 2019
1 parent 6c8bf4f commit c6f30ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
5 changes: 1 addition & 4 deletions Dockerfiles/agent/secrets-helper/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Helper script to access secret files (BETA)


**This feature is in beta and its options or behaviour might break between minor or bugfix releases of the Agent.**
# Helper script to access secret files

Many of our integrations require credentials to retrieve metrics. To avoid hardcoding these credentials in the [Autodiscovery templates](https://docs.datadoghq.com/agent/autodiscovery/), you can use this feature to separate them from the template itself.

Expand Down
9 changes: 4 additions & 5 deletions docs/agent/secrets.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# [BETA] Secrets Management

**This feature is in beta and its options or behavior might break between
minor or bugfix releases of the Agent.**
# Secrets Management

Starting with version `6.3.0` on Linux and `6.11` on Windows, the Agent is able
to leverage the `secrets` package in order to call a user-provided executable
Expand All @@ -15,9 +12,11 @@ Starting with version `6.11`, the Secrets Management feature is also supported
in the `datadog.yaml` file by APM (on Linux and Windows) and Process Monitoring
(on Linux only).

Starting with version `6.12` the Secrets Management feature is no longer in beta.

This section covers how to set up this feature.

- [[BETA] Secrets Management](#beta-secrets-management)
- [Secrets Management](#secrets-management)
- [Defining secrets in configurations](#defining-secrets-in-configurations)
- [Retrieving secrets from the secret backend](#retrieving-secrets-from-the-secret-backend)
- [Configuration](#configuration)
Expand Down

0 comments on commit c6f30ae

Please sign in to comment.