Skip to content

Commit

Permalink
Fixed two small issues with openmetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardiea committed Oct 16, 2024
1 parent 21d51fc commit 17894f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ol_infrastructure/applications/open_metadata/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@

# Ref: https://docs.open-metadata.org/latest/deployment/kubernetes/eks
open_metadata_role_statements = postgres_role_statements.copy()
open_metadata_role_statements["approle"]["create"].append(
open_metadata_role_statements["app"]["create"].append(
Template(
"""
DO
Expand Down Expand Up @@ -319,7 +319,7 @@
"cpatti",
"qhoque",
],
"principalDomain": "open-metadata.org",
"principalDomain": "mit.edu",
},
"authentication": {
"provider": "custom-oidc",
Expand Down

0 comments on commit 17894f3

Please sign in to comment.