File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
content/sensu-go/6.13/observability-pipeline/observe-schedule Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -459,19 +459,6 @@ sensu-backend start --access-token-expiry 1440m
459459access-token-expiry: 1440m
460460{{< /code >}} |
461461
462- | refresh-token-expiry | |
463- | ----------------------| -----|
464- | description | Control expiry of refresh token. The duration must be specified in minutes. |
465- | type | String |
466- | default | 10080m |
467- | environment variable | SENSU_BACKEND_REFRESH_TOKEN_EXPIRY |
468- | command line example | {{< code shell >}}
469- sensu-backend start --refresh-token-expiry 10080m
470- {{< /code >}} |
471- | backend.yml config file example | {{< code shell >}}
472- refresh-token-expiry: 10080m
473- {{< /code >}} |
474-
475462
476463| api-listen-address | |
477464-------------|------
@@ -697,6 +684,19 @@ metrics-refresh-interval: 10s{{< /code >}}
697684
698685<a id =" state-dir-option " ></a >
699686
687+ | refresh-token-expiry | |
688+ | ----------------------| -----|
689+ | description | Control expiry of refresh token. The duration must be specified in minutes. |
690+ | type | String |
691+ | default | 10080m |
692+ | environment variable | SENSU_BACKEND_REFRESH_TOKEN_EXPIRY |
693+ | command line example | {{< code shell >}}
694+ sensu-backend start --refresh-token-expiry 10080m
695+ {{< /code >}} |
696+ | backend.yml config file example | {{< code shell >}}
697+ refresh-token-expiry: 10080m
698+ {{< /code >}} |
699+
700700| state-dir | |
701701-------------|------
702702description | Path to Sensu state storage: ` /var/lib/sensu/sensu-backend ` .
You can’t perform that action at this time.
0 commit comments