-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tweak the ivoa_bearer test to use production CADC reg
- Loading branch information
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# not used by tests | ||
ca.nrc.cadc.reg.client.RegistryClient.baseURL=https://example.net/reg | ||
# use CADC registry to lookup the #tls-with-password URL | ||
ca.nrc.cadc.reg.client.RegistryClient.baseURL=https://ws.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/reg | ||
|
||
## needed for ivoa_bearer challenge, but then reg lookup needs to work | ||
ivo://ivoa.net/sso#tls-with-password = ivo://cadc.nrc.ca/gms | ||
|
||
## needed to inject ivoa_bearer challenge | ||
ivo://ivoa.net/sso#tls-with-password = ivo://cadc.nrc.ca/gms |