-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some vars has same name but different uses between playgrounds #10
Comments
vjrj
added a commit
that referenced
this issue
Jan 18, 2022
keithraven-nbn
added a commit
to nbnuk/ala-install
that referenced
this issue
Oct 6, 2022
vjrj
added a commit
that referenced
this issue
Oct 17, 2023
vjrj
added a commit
that referenced
this issue
Oct 17, 2023
vjrj
added a commit
that referenced
this issue
Dec 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In general sometimes a vars from some service has no the same meaning in different playgroups:
bie.baseUrl=https://csic.gbif.es/especies
are generatedbie.baseUrl=https://csic.gbif.es
incorrectly but in bie-hub should be:bie.baseURL=https://csic.gbif.es
In
bie-hub
template:serverURL: {{ bie_base_url }}{{bie_hub_context_path}}
userdetails
var incas
pointing to:https://auth-es.l-a.site/userdetails/userdetails/registration/createAccount
instead of:
https://auth-es.l-a.site/userdetails/registration/createAccount
This happens when some service with a different
userdetails_base_url
(like dashboard) is installed together with CAS.biocache_base_url
is different in dashboards from the restuserdetails_base_url
is different in ala-hub and biocache-service vs CAS.Solution, to use an additional different name for each uses.
We should add this to the tests.
The text was updated successfully, but these errors were encountered: