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
To prevent downtime, invalidate old keys only after your entire fleet has pulled the updated keys. You can track key
865
+
usage on the [Fleet Management](https://app.datadoghq.com/fleet) page.
867
866
868
867
You can disable this behavior by setting:
869
868
```yaml
870
869
secret_refresh_scatter: false
871
870
```
872
871
873
872
### Autodiscovery check secrets refresh
874
-
As of Agent v7.76, scheduled [Autodiscovery][1] checks can refresh secrets at runtime as long as the configured template
875
-
pulls secrets using the `ENC[]` syntax.
873
+
Starting in Agent v7.76, scheduled [Autodiscovery][1] checks can refresh secrets at runtime if the template uses the `ENC[]` syntax.
876
874
877
875
```yaml
878
876
labels:
@@ -895,6 +893,8 @@ annotations:
895
893
}
896
894
```
897
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`.
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