Coder Social home page Coder Social logo

Comments (6)

sathieu avatar sathieu commented on July 24, 2024

@vmuzikar Could you please review my proposal? We can start implementing it once you validate the proposed CRD schema.

from keycloak-operator.

tomhuang12 avatar tomhuang12 commented on July 24, 2024

I would like this feature as well.

from keycloak-operator.

tomhuang12 avatar tomhuang12 commented on July 24, 2024

An alternative method until the PR is merged is using Kyverno to add labels: https://kyverno.io/policies/other/add_labels/add_labels/

from keycloak-operator.

andreaTP avatar andreaTP commented on July 24, 2024

@tomhuang12 would you like to contribute to this feature?
Or, would you mind quickly summarizing how to use "Kyverno" as a workaround?
Thanks in advance!

from keycloak-operator.

tomhuang12 avatar tomhuang12 commented on July 24, 2024

The policy looks something like this:

apiVersion: kyverno.io/v1
kind: ClusterPolicy
metadata:
  name: add-keycloak-client-secret-kubed-annotations-example
spec:
  rules:
  - name: add-annotations
    match:
      any:
      - resources:
          kinds:
          - Secret
          namespaces:
          - keycloak
          names:
          - keycloak-client-secret-example
    mutate:
      patchStrategicMerge:
        metadata:
          annotations:
            kubed.appscode.com/sync: "kubernetes.io/metadata.name=example"

from keycloak-operator.

stianst avatar stianst commented on July 24, 2024

Thanks (again) for reporting this issue. Keycloak 19 was the last version that included this legacy Operator, and with the release of Keycloak 20 the Operator reached EOL and this repository will be archived, please see our blog post on this topic. If this issue is still valid for the Realm Operator, please re-open it there. Thanks for your understanding. And be sure to check out our new Operator!

from keycloak-operator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.