opensearch-project / opensearch-k8s-operator

OpenSearch Kubernetes Operator
Apache License 2.0
404 stars 218 forks source link

[BUG] didn't apply CDRs with change admin password #900

Open w1ndblow opened 2 weeks ago

w1ndblow commented 2 weeks ago

When i changed default admin password with config

  security:
    config:
      adminCredentialsSecret: 
        name: <secret with password>

I take side effect with CRDs:

Events:
---
 Warning  OpensearchRefMismatch  29s (x20 over 39m)    userrolebinding-controller  cannot change the cluster a userrolebinding refers to
bshien commented 4 days ago

[Triage] Is the cluster up with the admin password changed?

w1ndblow commented 3 days ago

that's right

bshien commented 6 hours ago

@prudhvigodithi @swoehrl-mw Can you take a look at this issue? Thanks