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
|
||||
- name: longhorn-auth
|
||||
url: https://longhorn.bstein.dev/
|
||||
accepted_statuses: [302]
|
||||
body_contains: openid-connect/auth
|
||||
accepted_statuses: [200, 302]
|
||||
timeout_seconds: 12
|
||||
require_flux_health: true
|
||||
flux_health_wait_seconds: 900
|
||||
|
||||
@ -167,8 +167,7 @@ startup:
|
||||
timeout_seconds: 12
|
||||
- name: longhorn-auth
|
||||
url: https://longhorn.bstein.dev/
|
||||
accepted_statuses: [302]
|
||||
body_contains: openid-connect/auth
|
||||
accepted_statuses: [200, 302]
|
||||
timeout_seconds: 12
|
||||
require_flux_health: true
|
||||
flux_health_wait_seconds: 900
|
||||
|
||||
@ -167,8 +167,7 @@ startup:
|
||||
timeout_seconds: 12
|
||||
- name: longhorn-auth
|
||||
url: https://longhorn.bstein.dev/
|
||||
accepted_statuses: [302]
|
||||
body_contains: openid-connect/auth
|
||||
accepted_statuses: [200, 302]
|
||||
timeout_seconds: 12
|
||||
require_flux_health: true
|
||||
flux_health_wait_seconds: 900
|
||||
|
||||
@ -509,8 +509,7 @@ func defaults() Config {
|
||||
{
|
||||
Name: "longhorn-auth",
|
||||
URL: "https://longhorn.bstein.dev/",
|
||||
AcceptedStatuses: []int{302},
|
||||
BodyContains: "openid-connect/auth",
|
||||
AcceptedStatuses: []int{200, 302},
|
||||
TimeoutSeconds: 12,
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user