Skip to content

Conversation

viklund
Copy link
Member

@viklund viklund commented Jun 23, 2025

Describe the pull request:

  • Bug fix
  • Functional change
  • New feature
  • Code cleanup
  • Build system change
  • Documentation change
  • Language translation

Pull request long description:

Elixir AAI has been migrated to LifeScience AAI, so we need to update some endpoints in the code.

Changes made:

Updated variables that specify the URLs to the AAI

Related issues:

Additional information:

The database need to be updated as well, the following SQL statement should do the trick:

UPDATE users.users SET identity=substring(identity, 1, 40) || '@lifescience-ri.eu' WHERE identity_type='elixir;

Release note:

Update auth to use LifeScience AAI instead of Elixir AAI.

This is because of Elixir AAI has been migrated to LifeScience AAI, a
corresponding update to the database has been made in our production
system already:

UPDATE users.users SET identity=substring(identity, 1, 40) || '@lifescience-ri.eu' WHERE identity_type='elixir;
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

Successfully merging this pull request may close these issues.

1 participant