Skip to content

Commit

Permalink
Changed capabilities endpoint to use base for the TAP endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed Jul 23, 2024
1 parent 3be9b9e commit 96c22a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ Find changes for the upcoming release in the project's [changelog.d](https://git

<!-- scriv-insert-here -->

<a id='changelog-2.4.4'></a>
## 2.4.4 (2024-07-23)

### Changed

- Changed /tables endpoint accessURL to base, this allows us to add the 'lsst-token' to /tables as the security method

<a id='changelog-2.4.3'></a>
## 2.4.3 (2024-07-18)

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/capabilities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<capability standardID="ivo://ivoa.net/std/VOSI#tables-1.1">
<interface xsi:type="vs:ParamHTTP" role="std" version="1.1">
<accessURL use="full">https://replace.me.com/api/tap/tables</accessURL>
<accessURL use="base">https://replace.me.com/api/tap/tables</accessURL>
<securityMethod standardID="ivo://ivoa.net/sso#BasicAA"/>
<securityMethod standardID="ivo://ivoa.net/sso#cookie"/>
<securityMethod standardID="ivo://ivoa.net/sso#OAuth"/>
Expand Down

0 comments on commit 96c22a2

Please sign in to comment.