Giter VIP home page Giter VIP logo

Comments (6)

prudhvigodithi avatar prudhvigodithi commented on June 3, 2024

Hey @ekarlso, the default installation does not have this multitenancy enabled, however you can override this with your own kubernetes secret.
Example: Create a securityconfig-secret and makes you have those yaml files in them and enable multitenancy. Please try this and add your findings here.

spec:
  security:
    config: 
      securityConfigSecret:
        name: securityconfig-secret

from opensearch-k8s-operator.

ekarlso avatar ekarlso commented on June 3, 2024

Yes but you need to enable it for the dashboard too if not it will give you an error in Kibana (Dashboards) multitenant.

from opensearch-k8s-operator.

prudhvigodithi avatar prudhvigodithi commented on June 3, 2024

Yes as I mentioned you need to enable that in your config.yaml file and pass it as secret to the operator as shown above
Please check this link as well
https://opendistro.github.io/for-elasticsearch-docs/docs/security/access-control/multi-tenancy/#:~:text=Tenants%20in%20Kibana%20are%20spaces,shared%20between%20every%20Kibana%20user.
@ekarlso

from opensearch-k8s-operator.

swoehrl-mw avatar swoehrl-mw commented on June 3, 2024

@ekarlso Adding to what @prudhvigodithi said:
You can add additional options to the dashboards config:

spec:
  dashboards:
    additionalConfig:  # a map of string->string with extra optons that get added to opensearch_dashboards.yml
      opensearch_security.multitenancy.enabled: "true"
     ...

This way you should be able to add all needed options to configure multi-tenancy in dashboards.

from opensearch-k8s-operator.

ekarlso avatar ekarlso commented on June 3, 2024

This is directly related to the issue here: #155

from opensearch-k8s-operator.

ekarlso avatar ekarlso commented on June 3, 2024

This can be closed.

from opensearch-k8s-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.