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
## 3. Auto-discover and manual override — Set the issuer value to the provider URL and remove the comment marks
182
+
## from the provider value. You must set the provider value to a sparse OIDC configuration. The service will then
183
+
## download the configuration from the provider and override with any settings from the provider configuration.
175
184
issuer: "https://oidc.example.com/"
176
185
# provider: '<provider-config-json>'
177
186
## Optional - Claim to use for user ID.
@@ -408,20 +417,21 @@ alarmservice:
408
417
queueLimit: 2
409
418
410
419
database:
411
-
## The amount of time inactive alarms will be retained in the database ([d.]hh:mm[:ss] format).
420
+
## Sets the amount of time that a database retains an inactive alarm.
421
+
## This value uses the following format: [d.]hh:mm[:ss]
412
422
##
413
423
inactiveAlarmCleanupInterval: 30.00:00
414
-
424
+
415
425
activeAlarmCleanup:
416
-
## The amount of time active alarms will be retained in the database since they were
417
-
## last updated ([d.]hh:mm[:ss] format).
426
+
## Sets the amount of time that a database retains an active alarm after the latest update.
427
+
## This value uses the following format: [d.]hh:mm[:ss]
418
428
##
419
429
interval: 90.00:00
420
430
## Whether to limit active alarm cleanup to only affect active alarms whose most recent
421
431
## transition has a CLEAR transition type.
422
432
##
423
433
onlyCleanUpClearAlarms: false
424
-
434
+
425
435
## The total number of alarms the service supports creating, including
426
436
## both active and inactive alarms. Must be greater than activeAlarmLimit.
427
437
## The service will return an error if this limit is exceeded. Increasing
@@ -827,7 +837,7 @@ feedservice:
827
837
##
828
838
includeApiHostsInNoProxy: false
829
839
## @param httpProxy.additionalNoProxy List of hosts that should not be proxied. Example: ["localserver1","localserver2"]
830
-
## For example, we would need to set the host of the AWS Security Token Service if we use AWS_WEB_IDENTITY_TOKEN for the S3 auth type -> "sts.us-east-1.amazonaws.com"
840
+
## For example, we would need to set the host of the AWS Security Token Service if we use AWS_WEB_IDENTITY_TOKEN for the S3 auth type -> "sts.us-east-1.amazonaws.com"
0 commit comments