startup: accept longhorn checklist responses 200 or 302
This commit is contained in:
parent
00a2528908
commit
22c581b24d
@ -101,8 +101,7 @@ startup:
|
|||||||
timeout_seconds: 12
|
timeout_seconds: 12
|
||||||
- name: longhorn-auth
|
- name: longhorn-auth
|
||||||
url: https://longhorn.bstein.dev/
|
url: https://longhorn.bstein.dev/
|
||||||
accepted_statuses: [302]
|
accepted_statuses: [200, 302]
|
||||||
body_contains: openid-connect/auth
|
|
||||||
timeout_seconds: 12
|
timeout_seconds: 12
|
||||||
require_flux_health: true
|
require_flux_health: true
|
||||||
flux_health_wait_seconds: 900
|
flux_health_wait_seconds: 900
|
||||||
|
|||||||
@ -167,8 +167,7 @@ startup:
|
|||||||
timeout_seconds: 12
|
timeout_seconds: 12
|
||||||
- name: longhorn-auth
|
- name: longhorn-auth
|
||||||
url: https://longhorn.bstein.dev/
|
url: https://longhorn.bstein.dev/
|
||||||
accepted_statuses: [302]
|
accepted_statuses: [200, 302]
|
||||||
body_contains: openid-connect/auth
|
|
||||||
timeout_seconds: 12
|
timeout_seconds: 12
|
||||||
require_flux_health: true
|
require_flux_health: true
|
||||||
flux_health_wait_seconds: 900
|
flux_health_wait_seconds: 900
|
||||||
|
|||||||
@ -167,8 +167,7 @@ startup:
|
|||||||
timeout_seconds: 12
|
timeout_seconds: 12
|
||||||
- name: longhorn-auth
|
- name: longhorn-auth
|
||||||
url: https://longhorn.bstein.dev/
|
url: https://longhorn.bstein.dev/
|
||||||
accepted_statuses: [302]
|
accepted_statuses: [200, 302]
|
||||||
body_contains: openid-connect/auth
|
|
||||||
timeout_seconds: 12
|
timeout_seconds: 12
|
||||||
require_flux_health: true
|
require_flux_health: true
|
||||||
flux_health_wait_seconds: 900
|
flux_health_wait_seconds: 900
|
||||||
|
|||||||
@ -509,8 +509,7 @@ func defaults() Config {
|
|||||||
{
|
{
|
||||||
Name: "longhorn-auth",
|
Name: "longhorn-auth",
|
||||||
URL: "https://longhorn.bstein.dev/",
|
URL: "https://longhorn.bstein.dev/",
|
||||||
AcceptedStatuses: []int{302},
|
AcceptedStatuses: []int{200, 302},
|
||||||
BodyContains: "openid-connect/auth",
|
|
||||||
TimeoutSeconds: 12,
|
TimeoutSeconds: 12,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user