You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/agent/configuration/secrets-management.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -835,7 +835,7 @@ On Windows, your executable must:
835
835
836
836
## Refreshing secrets at runtime
837
837
838
-
Starting in Agent v7.67, configure the Agent to refresh resolved secrets without requiring a restart.
838
+
Starting in Agent v7.67, you can configure the Agent to refresh resolved secrets without requiring a restart.
839
839
840
840
Set a refresh interval:
841
841
```yaml
@@ -893,7 +893,7 @@ annotations:
893
893
}
894
894
```
895
895
896
-
Now the Agent can trigger secrets refresh at either the interval set in `secret_refresh_interval` or manually with `datadog-agent secret refresh`.
896
+
The Agent can then trigger secrets refresh at either the interval set in `secret_refresh_interval` or manually with `datadog-agent secret refresh`.
897
897
898
898
### Enabling DDOT collector refresh
899
899
If you are using [DDOT collector][6] and want to enable API/APP refresh you must add the following additional configuration to your `datadog.yaml` file:
0 commit comments