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

Secrets operator watches only one CRD #2831

Open
0xmemorygrinder opened this issue Dec 3, 2024 · 4 comments
Open

Secrets operator watches only one CRD #2831

0xmemorygrinder opened this issue Dec 3, 2024 · 4 comments
Assignees
Labels
🐞 bug Something isn't working

Comments

@0xmemorygrinder
Copy link

Describe the bug

I have setup a self-hosted infisical instance on my kubernetes cluster. I deployed the app and also the secret manager.
I tried to update a secret value of a specific app of my infrastructure and it worked flawlessly. I tried with a second app and nothing happens. The kubernetes secret value is not updated and of course the app is not redeployed.

After searching in the infisical logs, I found something in the secrets operator.
It seems the secrets operator is only watching the first app I deployed with an infisical secret CRD. Even though the other secrets were created as expected, they are never updated when changes are made in infisical.

To Reproduce

  1. install ifnisical + secrets operator + universal auth secret as recommanded
  2. create a first infisical secret crd for an app
  3. create a second infisical secret crd for another app
  4. change the value of the second secret on infisical ui

Expected behavior

Every infisical secret crd should be watched, not the first one

Screenshots

Always the same deployement is watched, even if I have a lot of others
Screenshot 2024-12-03 142645

Platform you are having the issue on:

on-premise k8s cluster, ubuntu 24 OS

@DanielHougaard
Copy link
Contributor

Hi @0xmemorygrinder, thank you for reporting. We'll look into this on our end and get back to you!

@ByFishh
Copy link

ByFishh commented Dec 9, 2024

Same issue here

@DanielHougaard DanielHougaard self-assigned this Dec 10, 2024
@DanielHougaard
Copy link
Contributor

@ByFishh @0xmemorygrinder, I've been unable to reproduce this. Would either one of you be available for a chat? We have a community slack where you can find me as "Daniel (Infisical)".

Alternatively you can book a time directly in my calendar!

@DanielHougaard DanielHougaard added the 🐞 bug Something isn't working label Dec 10, 2024
@0xmemorygrinder
Copy link
Author

Sent you a message on slack !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants