Skip to content
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

Open
vjrj opened this issue Jan 28, 2021 · 0 comments
Open

Some vars has same name but different uses between playgrounds #10

vjrj opened this issue Jan 28, 2021 · 0 comments

Comments

@vjrj
Copy link
Collaborator

vjrj commented Jan 28, 2021

In general sometimes a vars from some service has no the same meaning in different playgroups:

  • in ala-hub: bie.baseUrl=https://csic.gbif.es/especies are generated bie.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}}
  • Wrong userdetails var in cas pointing to:
    https://auth-es.l-a.site/userdetails/userdetails/registration/createAccount
    instead of:
    https://auth-es.l-a.site/userdetails/registration/createAccount
  • spatial url base in ala-hub looks incorrect (has /ws)
    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 rest
  • userdetails_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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant