You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2023. It is now read-only.
It looks like the instructions for setting up Azure SSO for Kubernetes may be out-of-date with release 0.12.0.
I have completed the instructions on the Azure SSO page. However, I've encountered a couple of potential issues on the Azure SSO for Kubernetes page:
The docs show that Airflow's configuration for Azure SSO resides under the following field: global.airflow.openmetadata.azure
However, the Helm chart's values.yaml file shows it under the following field: global.airflow.openmetadata.authConfig.azure
It looks like the org.openmetadata.service.security.DefaultAuthorizer authorizer class has been replaced with the org.openmetadata.catalog.security.DefaultAuthorizer in 0.12.0? (If I try to use the authorizer shown in the docs, it throws a "class not found" error.)
If I use the org.openmetadata.catalog.security.DefaultAuthorizer authorizer class, I no longer get a "class not found" error. However, I do get a "java.lang.NullPointerException". (It's possible that this error is unrelated to the authorizer class, but I thought I'd include it just in case it has different requirements in the values.yaml file.)
Before I further troubleshoot the NullPointException issue, I'd like to confirm that the docs are up-to-date for 0.12.0. Could someone please take a look at the Azure SSO for Kubernetes page and update it to reflect what is required for 0.12.0? I'll be happy to test the changes. (My deepest apologies in advance if it is "user error", but there do seem to be some discrepancies. :)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It looks like the instructions for setting up Azure SSO for Kubernetes may be out-of-date with release 0.12.0.
I have completed the instructions on the Azure SSO page. However, I've encountered a couple of potential issues on the Azure SSO for Kubernetes page:
global.airflow.openmetadata.azure
However, the Helm chart's
values.yaml
file shows it under the following field:global.airflow.openmetadata.authConfig.azure
It looks like the
org.openmetadata.service.security.DefaultAuthorizer
authorizer class has been replaced with theorg.openmetadata.catalog.security.DefaultAuthorizer
in 0.12.0? (If I try to use the authorizer shown in the docs, it throws a "class not found" error.)If I use the
org.openmetadata.catalog.security.DefaultAuthorizer
authorizer class, I no longer get a "class not found" error. However, I do get a "java.lang.NullPointerException". (It's possible that this error is unrelated to the authorizer class, but I thought I'd include it just in case it has different requirements in the values.yaml file.)Before I further troubleshoot the NullPointException issue, I'd like to confirm that the docs are up-to-date for 0.12.0. Could someone please take a look at the Azure SSO for Kubernetes page and update it to reflect what is required for 0.12.0? I'll be happy to test the changes. (My deepest apologies in advance if it is "user error", but there do seem to be some discrepancies. :)
The text was updated successfully, but these errors were encountered: