DoD-Platform-One / elasticsearch-kibana

Deployment of Elasticsearch and Kibana.
https://repo1.dso.mil/big-bang/product/packages/elasticsearch-kibana
Apache License 2.0
1 stars 0 forks source link

Adding SAML integration to elasticsearch.yml #5

Closed p1-repo-sync-bot[bot] closed 5 months ago

p1-repo-sync-bot[bot] commented 6 months ago

How can SAML be added to elasticsearch.yml? The example code block below is what needs to be in elasticsearch.yml to enable SAML for elasticsearch-kibana.

xpack:
  security:
    authc:
      realms:
        saml: 
          saml-realm-name: 
            order: 2 
            attributes.principal: "nameid:persistent" 
            attributes.groups: "groups" 
            idp.metadata.path: "<check with your identity provider>" 
            idp.entity_id: "<check with your identity provider>" 
            sp.entity_id: "KIBANA_ENDPOINT_URL/" 
            sp.acs: "KIBANA_ENDPOINT_URL/api/security/saml/callback"
            sp.logout: "KIBANA_ENDPOINT_URL/logout"
p1-repo-sync-bot[bot] commented 5 months ago

bb8-bot commented:

@lucas.barker this issue has been inactive for 60 days and is being labelled as ~marked-for-auto-close. If this issue is still required please take action by removing the ~stale and ~marked-for-auto-close labels and commenting with an update, status, or justification. If this issue is not required please close it or label it as ~delete-me. If no action is taken this issue will be auto closed in 30 days.

p1-repo-sync-bot[bot] commented 5 months ago

Issue 'Adding SAML integration to elasticsearch.yml' closed from GitLab side

p1-repo-sync-bot[bot] commented 5 months ago

jimmyungerman commented:

Closing due to inactivity.