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

Support for setting schema replication parameters #113

Merged
merged 3 commits into from
Apr 15, 2021

Conversation

ChunyiLyu
Copy link
Contributor

This closes #112

Note to reviewers: remember to look at the commits in this PR and consider if they can be squashed
Note to contributors: remember to re-generate client set if there are any API changes

Summary Of Changes

  • add a crd schemareplications.rabbitmq.com crd which takes in spec.upstreamSecret and spec.rabbitmqClusterReference
  • webhook which does not allow updates on spec.rabbitmqClusterReference
  • the secret that spec.upstreamSecret refers to must have keys username, password, and endpoints. When multiple endpoints are provided, they need to be separated by ','

Additional Context

- sets global parameter 'schema_definition_sync_upstream'
with value 'username' 'password' and 'endpoints'
@ChunyiLyu ChunyiLyu force-pushed the schema-sync-parameter branch from 9d6a52a to c1e913d Compare April 15, 2021 15:12
@ChunyiLyu ChunyiLyu merged commit 65bc9ed into main Apr 15, 2021
@ChunyiLyu ChunyiLyu deleted the schema-sync-parameter branch April 15, 2021 16:10
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.

Add support for setting global parameter schema_definition_sync_upstream
2 participants