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

Add support for RabbitMQ secret engine #200

Open
ThiagoFelippi opened this issue Jul 26, 2023 · 1 comment
Open

Add support for RabbitMQ secret engine #200

ThiagoFelippi opened this issue Jul 26, 2023 · 1 comment

Comments

@ThiagoFelippi
Copy link

I'm using the vault-secrets-operator with kv secretEngine, but now I'm migrating the RabbitMQ to use credentials from RabbitMQ secret engine at Vault. So I like to suggest the implementation of RabbitMQ secretEngine.

To get the credentials with CLI: vault read rabbitmq/creds/my-role
An idea of CRD manifest, could be:

  apiVersion: ricoberger.de/v1alpha1
  kind: VaultSecret
  metadata:
    name: test-rabbit
  spec:
    secretEngine: rabbitmq
    role: my-vhost
    path: rabbitmq
    type: Opaque
@ricoberger
Copy link
Owner

Hi @ThiagoFelippi thanks for your suggestions, this sounds like a good idea.

I'm currently a bit short on time, but if you want to contribute this feature a PR would be very welcome.

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

2 participants