Skip to content

Commit 5f6f5e8

Browse files
adding config options
1 parent a82624b commit 5f6f5e8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pkg/config/config_template.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,24 @@ api_key:
864864
#
865865
# windows_use_pythonpath: false
866866
{{ end }}
867+
## @param secret_refresh_interval - integer - optional
868+
## @env DD_SECRET_REFRESH_INTERVAL - integer - optional
869+
##
870+
## `secret_refresh_interval` is the interval (in seconds) at which api/app key secrets are refreshed.
871+
## For more information see: https://docs.datadoghq.com/agent/configuration/secrets-management/#refreshing-apiapp-keys-at-runtime
872+
##
873+
#
874+
# secret_refresh_interval: <REFRESH_INTERVAL>
875+
876+
## @param secret_refresh_scatter - boolean - optional
877+
## @env DD_SECRET_REFRESH_SCATTER - boolean - optional
878+
##
879+
## `secret_refresh_scatter`, if set to true, will randomize the first secret refresh. `secret_refresh_interval` needs to be set
880+
## for this to take effect. This is useful to avoid all agents refreshing secrets at the same time.
881+
## For more information see: https://docs.datadoghq.com/agent/configuration/secrets-management/#refreshing-apiapp-keys-at-runtime
882+
##
883+
# secret_refresh_scatter: <REFRESH_SCATTER>
884+
867885
## @param secret_backend_type - string - optional
868886
## @env DD_SECRET_BACKEND_TYPE - string - optional
869887
## This feature is in preview.

0 commit comments

Comments
 (0)