mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-14 12:38:45 +00:00

* Add changes for kubernetes deployment docs * Update Quickstart docker guide * fix: docker quickstart docs * Add troubleshooting guide for quickstart k8s * fix typo * upper case the placeholders * Add FAQs and update EKS deployment docs * fix: docs links * Update Deployment page * fix: update k8s gke docs * fix(chore): Notes as warning type * fix(chore): markdown link and typo * fix(refactor): Docker Deployment Docs * fix(refactor): Docker Deployment Docs * fix: upgrade k8s docs * fix(reviews): remove apache mod_proxy * fix(refactor): docker volumes docs section * fix(refactor): Code Review changes * Merge remote-tracking branch 'origin/main' into 12608 * Add troubleshoot docs for psql create extension pgcypto issue * fix: k8s docs with elasticsearch auth enabled * fix: Update the changes to v1.1.1 docs * fix: updated the docs for 1.1.1 * Add docker and kubernetes v1.1.1 changes in docs * fix: Docker Deployment Link * fix: more fixes --------- Co-authored-by: Akash-Jain <Akash.J@deuexsolutions.com>
69 lines
1.8 KiB
Markdown
69 lines
1.8 KiB
Markdown
---
|
|
title: Enable Security
|
|
slug: /deployment/kubernetes/security
|
|
---
|
|
|
|
# Kubernetes Security
|
|
|
|
Follow the steps for setting up the SSO, and then check the specific `Kubernetes` section of your chosen SSO.
|
|
|
|
{%note%}
|
|
|
|
By default Basic Authentication will be enabled as authentication mechanism.
|
|
|
|
{%inlineCallout
|
|
color="violet-70"
|
|
bold="Basic Authentication"
|
|
icon="add_moderator"
|
|
href="/deployment/security/basic-auth"%}
|
|
Configure Basic Authentication to access the UI and APIs
|
|
{%/inlineCallout%}
|
|
|
|
|
|
{%/note%}
|
|
|
|
{%inlineCalloutContainer%}
|
|
{%inlineCallout
|
|
color="violet-70"
|
|
bold="Ldap Authentication"
|
|
icon="add_moderator"
|
|
href="/deployment/security/ldap"%}
|
|
Configure Ldap Authentication to access the UI and APIs
|
|
{%/inlineCallout%}
|
|
{%inlineCallout
|
|
color="violet-70"
|
|
bold="Auth0 SSO"
|
|
icon="add_moderator"
|
|
href="/deployment/security/auth0/kubernetes"%}
|
|
Configure Auth0 SSO to access the UI and APIs
|
|
{%/inlineCallout%}
|
|
{%inlineCallout
|
|
color="violet-70"
|
|
bold="Azure SSO"
|
|
icon="add_moderator"
|
|
href="/deployment/security/azure/kubernetes"%}
|
|
Configure Azure SSO to access the UI and APIs
|
|
{%/inlineCallout%}
|
|
{%inlineCallout
|
|
color="violet-70"
|
|
bold="Custom OIDC SSO"
|
|
icon="add_moderator"
|
|
href="/deployment/security/custom-oidc/kubernetes"%}
|
|
Configure a Custom OIDC SSO to access the UI and APIs
|
|
{%/inlineCallout%}
|
|
{%inlineCallout
|
|
color="violet-70"
|
|
bold="Google SSO"
|
|
icon="add_moderator"
|
|
href="/deployment/security/google/kubernetes"%}
|
|
Configure Google SSO to access the UI and APIs
|
|
{%/inlineCallout%}
|
|
{%inlineCallout
|
|
color="violet-70"
|
|
bold="Okta SSO"
|
|
icon="add_moderator"
|
|
href="/deployment/security/okta/kubernetes"%}
|
|
Configure Okta SSO to access the UI and APIs
|
|
{%/inlineCallout%}
|
|
{%/inlineCalloutContainer%}
|