Skip to content

Commit

Permalink
fix: visa_types in fence-config should be strings
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk committed Nov 24, 2021
1 parent f7a156e commit 411a9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fence/config-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 411a9f8

Please sign in to comment.