You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If logging in to the database fails, the operator sends a login to vault twice for each DatabaseSecretEngineConfig resource:
2023-01-10T15:56:30.084Z INFO Logging in for vault object database/postgresql/config/my-db {"controller": "databasesecretengineconfig", "controllerGroup": "redhatcop.redhat.io", "controllerKind": "DatabaseSecretEngineConfig", "DatabaseSecretEngineConfig": {"name":"my-db","namespace":"vault"}, "namespace": "vault", "name": "my-db", "reconcileID": "2dff9e6f-dc86-4745-afac-32d13948e1de"}
2023-01-10T15:56:30.039Z INFO Logging in for vault object database/postgresql/config/my-db {"controller": "databasesecretengineconfig", "controllerGroup": "redhatcop.redhat.io", "controllerKind": "DatabaseSecretEngineConfig", "DatabaseSecretEngineConfig": {"name":"my-db","namespace":"vault"}, "namespace": "vault", "name": "my-db", "reconcileID": "a582e812-04ae-466e-8006-a16cec81035b"}
There's of course an accompanying stacktrace, which I've not included above but can if it'll help. This is happening at an increasing interval, so I'm guessing there's some sort of backoff on retries, which is good. However, it does look like the operator tries to reconcile each resource twice in each retry? There are two different reconcileID values in each "cycle".
The text was updated successfully, but these errors were encountered:
If logging in to the database fails, the operator sends a login to vault twice for each DatabaseSecretEngineConfig resource:
There's of course an accompanying stacktrace, which I've not included above but can if it'll help. This is happening at an increasing interval, so I'm guessing there's some sort of backoff on retries, which is good. However, it does look like the operator tries to reconcile each resource twice in each retry? There are two different
reconcileID
values in each "cycle".The text was updated successfully, but these errors were encountered: