Skip to content
Snippets Groups Projects
Commit 343e0111 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

Merge branch 'dev-nico' into 'master'

add credentials (token) to 'query/configuration' call for rucio

See merge request astron-sdc/esap-gui!47
parents d2eb66c1 cf8d1bfc
No related branches found
No related tags found
2 merge requests!50Master,!47add credentials (token) to 'query/configuration' call for rucio
Pipeline #16432 passed
......@@ -34,7 +34,7 @@ export function QueryContextProvider({ children }) {
}
axios
.get(api_host + "query/configuration" + configNameString)
.get(api_host + "query/configuration" + configNameString, {withCredentials: true})
.then((response) => {
//alert(configNameString)
let config = response.data["configuration"];
......
......@@ -87,7 +87,7 @@ export default function Routes() {
</Switch>
<footer><small>esap-gui version 13 aug 2021 - 13:00</small></footer>
<footer><small>esap-gui version 17 aug 2021 - 13:00</small></footer>
</Router>
);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment