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

fix: avoid duplicated client when re-running persistence-loader and configurator #1134

Merged
merged 2 commits into from
Mar 31, 2022

Conversation

iromli
Copy link
Contributor

@iromli iromli commented Mar 30, 2022

Description

Overview:

  • added missing config and secrets of clients in configurator (previously they are created in persistence-loader instead)
  • added notes about deprecated clients config and secrets

Target issue

#1133

Implementation Details

The changeset guarantees client ID and secrets are created upfront in configurator so they can be exported into config.json and secret.json. Note this only work in fresh installation.

For installation upgrade, make sure to run janssenproject/configurator dump to pull latest config and secrets into config.json and secret.json. Afterwards, proceed to upgrading images

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

Successfully merging this pull request may close these issues.

Duplicated client creation upon running setup to upgrade image versions
2 participants