Giter VIP home page Giter VIP logo

Comments (4)

johnrk-zz avatar johnrk-zz commented on July 23, 2024

@keith-mcclellan , isn't this required for our certifications?

from cockroach-operator.

chrislovecnm avatar chrislovecnm commented on July 23, 2024

@johnrk they can add the license was as an argument. Can we please test this?

from cockroach-operator.

keith-mcclellan avatar keith-mcclellan commented on July 23, 2024

The only way I know of to do this would be to set an environment variable argument in the CR, which would expose the license as plain text to anyone with access to the openshift namespace. Not sure that's what we want to recommend here.

from cockroach-operator.

pseudomuto avatar pseudomuto commented on July 23, 2024

This has gone kind of stale, so I'm going to close it for now. Feel free to reopen if you think the operator needs to handle this.

For now, since this is a one time operation, I think people can do the following:

# deploy the secure client
kubectl create \
  -f https://raw.githubusercontent.com/cockroachdb/cockroach-operator/master/examples/client-secure-operator.yaml

# open db console
kubectl exec -it cockroachdb-client-secure \
  -- ./cockroach sql \
  --certs-dir=/cockroach/cockroach-certs \
  --host=cockroachdb-public

# set license details
SET CLUSTER SETTING cluster.organization = '<YOUR_ORG>';
SET CLUSTER SETTING enterprise.license = '<YOUR_LICENCE_KEY>';

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