Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a necessary configuration to saml documentation #19261

Open
wants to merge 48 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
36f5177
Update values.md
safayavatsal Dec 11, 2024
a9be744
Merge branch 'open-metadata:main' into docs-new
safayavatsal Dec 11, 2024
03136e8
Update values.md
safayavatsal Dec 11, 2024
58952fa
Update values.md
safayavatsal Dec 11, 2024
82d6d5d
Merge branch 'open-metadata:main' into docs-new
safayavatsal Dec 11, 2024
3a4ccda
Merge branch 'open-metadata:main' into docs-new
safayavatsal Dec 13, 2024
2e15d79
Add files via upload
safayavatsal Dec 13, 2024
cbfa9b4
Added link to openmetadata-ops file
safayavatsal Dec 13, 2024
af07c93
Update openmetadata-server.md
safayavatsal Dec 13, 2024
a9baaab
Merge branch 'open-metadata:main' into docs-new
safayavatsal Dec 13, 2024
27dc410
added link to Understanding openmetadata-ops.sh file
safayavatsal Dec 13, 2024
5d1a571
added Understanding openmetadata-ops.sh file
safayavatsal Dec 13, 2024
08f6c3b
added Understanding openmetadata-ops.sh file
safayavatsal Dec 13, 2024
87198e0
added link to Understanding openmetadata-ops.sh file
safayavatsal Dec 13, 2024
3f7eac1
Merge branch 'open-metadata:main' into docs-new
safayavatsal Jan 7, 2025
a818014
Update azure.md
safayavatsal Jan 7, 2025
53668e4
Update azure.md
safayavatsal Jan 7, 2025
b2e3a54
Update azure.md
safayavatsal Jan 7, 2025
2ffb22e
Merge branch 'open-metadata:main' into docs-new
safayavatsal Jan 7, 2025
b41f196
Update docker.md
safayavatsal Jan 7, 2025
e3886e8
Update docker.md
safayavatsal Jan 7, 2025
db65354
Update docker.md
safayavatsal Jan 7, 2025
11cc562
Update azure.md
safayavatsal Jan 8, 2025
d02205a
Update azure.md
safayavatsal Jan 8, 2025
491897b
Create xml_file.md
safayavatsal Jan 8, 2025
4c073e6
Update xml_file.md
safayavatsal Jan 8, 2025
c9a1713
Update aws.md
safayavatsal Jan 8, 2025
50ae864
Update aws.md
safayavatsal Jan 8, 2025
8ca1953
Update aws.md
safayavatsal Jan 8, 2025
e9ee30a
Update azure.md
safayavatsal Jan 8, 2025
afd59ab
Update aws.md
safayavatsal Jan 8, 2025
fc15780
Update azure.md
safayavatsal Jan 8, 2025
f86d25f
Create xml_file.md
safayavatsal Jan 8, 2025
9f0616b
Create xml_file.md
safayavatsal Jan 8, 2025
c594ed9
Update aws.md
safayavatsal Jan 8, 2025
31a2f21
Update azure.md
safayavatsal Jan 8, 2025
7197dd4
Update aws.md
safayavatsal Jan 8, 2025
eb32ce8
Merge branch 'open-metadata:main' into docs-new
safayavatsal Jan 8, 2025
62230a1
Update azure.md
safayavatsal Jan 8, 2025
58e63b2
Update azure.md
safayavatsal Jan 8, 2025
a388152
Update azure.md
safayavatsal Jan 8, 2025
231cf42
updated the connector's locations
safayavatsal Jan 8, 2025
2c8852e
Update code-layout.md
safayavatsal Jan 8, 2025
d46a1dd
Merge branch 'open-metadata:main' into docs-new
safayavatsal Jan 9, 2025
12b2d8e
Update docker-openmetadata-server.yml
safayavatsal Jan 9, 2025
08d94cd
Merge branch 'open-metadata:main' into docs-new
safayavatsal Jan 10, 2025
09e3e3e
Update docker-openmetadata-server.yml
safayavatsal Jan 10, 2025
ce9d98b
Update docker-openmetadata-server.yml
safayavatsal Jan 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ openssl x509 -in saml.crt -out samlCER.cer -outform DER

- Open the downloaded metadata xml file, and populate the following properties in `openmetadata.yml`
```yaml
authenticationConfiguration:
provider: ${AUTHENTICATION_PROVIDER:-saml}
samlConfiguration:
debugMode: ${SAML_DEBUG_MODE:-false}
idp:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /deployment/security/saml/docker
collate: false
---

# Keycloak SSO for Docker
# SAML SSO for Docker

To enable security for the Docker deployment, follow the next steps:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ openssl x509 -in saml.crt -out samlCER.cer -outform DER

- Open the downloaded metadata xml file, and populate the following properties in `openmetadata.yml`
```yaml
authenticationConfiguration:
provider: ${AUTHENTICATION_PROVIDER:-saml}
samlConfiguration:
debugMode: ${SAML_DEBUG_MODE:-false}
idp:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /deployment/security/saml/docker
collate: false
---

# Keycloak SSO for Docker
# SAML SSO for Docker

To enable security for the Docker deployment, follow the next steps:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ openssl x509 -in saml.crt -out samlCER.cer -outform DER

- Open the downloaded metadata xml file, and populate the following properties in `openmetadata.yml`
```yaml
authenticationConfiguration:
provider: ${AUTHENTICATION_PROVIDER:-saml}
samlConfiguration:
debugMode: ${SAML_DEBUG_MODE:-false}
idp:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /deployment/security/saml/docker
collate: false
---

# Keycloak SSO for Docker
# SAML SSO for Docker

To enable security for the Docker deployment, follow the next steps:

Expand Down
Loading