Giter Club home page Giter Club logo

Comments (2)

jkremser avatar jkremser commented on August 18, 2024

Could you please elaborate here a bit? I am not sure what you mean by "RBAC's certificates". the new DefaultKubernetesClient() should be 0-configuration mechanism that should create the client possibly from different sources in the following order of priority:

  • System properties
  • Environment variables
  • Kube config file
  • Service account token & mounted CA certificate

There is also DefaultKubernetesClient(Config config) constructor where a lot of things can be customized in the config, are you asking about this feature? Because when reading "CRD's that are protected by RBAC" I can imagine the rules in the yaml file like in here ~ "AuthZ" and not certificates. Certificates are often used w/ asymmetric crypto for AuthN rather than AuthZ, but Kubernetes is a huge beast and it's more than possible that I am missing some important feature here :)

from abstract-operator.

despondency avatar despondency commented on August 18, 2024

Hello,

I think we understood each other, i meant that if i generate a certificate for a user and create a ServiceAccount assigning ClusterRole/Roles to this ServiceAccount, I am used to configuring it with the DefaultKubernetesClient(Config config) constructor, but from what you are typing, it seems you can do it with env vars/system vars or with the kubeconfig on the machine.

Thanks Jiri,

Best,

Mario

from abstract-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.