File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -864,6 +864,24 @@ api_key:
864
864
#
865
865
# windows_use_pythonpath: false
866
866
{{ 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
+
867
885
# # @param secret_backend_type - string - optional
868
886
# # @env DD_SECRET_BACKEND_TYPE - string - optional
869
887
# # This feature is in preview.
You can’t perform that action at this time.
0 commit comments