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

Allow for declarative routing rules (import/export) between Accounts #1

Open
martin31821 opened this issue May 12, 2023 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@martin31821
Copy link
Member

Currently, imports & exports between accounts require the generation of activation tokens and then embedding these within the account resource of both importer and exporter.

I propose a new CRD NatsRoutingRule, that specifies:

  • Source Account
  • Source Topic(s)
  • Target Account
  • Target Topic / Subject Remapping

I assume that afterwards the Account JWTs for source and target need to be regenerated.
I would like to not touch the Kubernetes Objects of the respective accounts to dynamically add/remove exports.

@martin31821 martin31821 added the enhancement New feature or request label May 12, 2023
@martin31821 martin31821 self-assigned this May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant