From 411a9f817aef796a0bfbbfa0f66739d9773d573b Mon Sep 17 00:00:00 2001 From: Andrew Prokhorenkov Date: Wed, 24 Nov 2021 17:50:20 -0600 Subject: [PATCH] fix: visa_types in fence-config should be strings --- fence/config-default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fence/config-default.yaml b/fence/config-default.yaml index 8c8e70c20..a74659fd6 100755 --- a/fence/config-default.yaml +++ b/fence/config-default.yaml @@ -880,5 +880,5 @@ USERSYNC: # fallback to dbgap sftp when there are no valid visas for a user i.e. if they're expired or if they're malformed fallback_to_dbgap_sftp: false visa_types: - ras: [https://ras.nih.gov/visas/v1, https://ras.nih.gov/visas/v1.1] + ras: ["https://ras.nih.gov/visas/v1", "https://ras.nih.gov/visas/v1.1"] RAS_USERINFO_ENDPOINT: '/openid/connect/v1.1/userinfo'