| global.authorizer.className | string | org.openmetadata.catalog.security.NoopAuthorizer | Possible values can be "org.openmetadata.catalog.security.NoopAuthorizer", "org.openmetadata.catalog.security.DefaultAuthorizer" |
| global.authorizer.containerRequestFilter | string | org.openmetadata.catalog.security.NoopFilter | Possible values can be "org.openmetadata.catalog.security.NoopFilter", "org.openmetadata.catalog.security.JwtFilter" |
| global.authorizer.initialAdmin | string | admin | Principal name to be the initial Admin of OpenMetadata UI |
| global.airflow.auth.password.secretRef | string | `airflow-secrets` | The reference to a secret containing airflow authentication password wrapped in `kubernetes secrets.`Required global.airflow.enabled is 'true'. |
| global.airflow.auth.password.secretKey | string | openmetadata-airflow-password | The key of a secret containing airflow authentication password wrapped in `kubernetes secrets.`Required global.airflow.enabled is 'true'. |
| global.airflow.auth.username | string | `admin` | Username for airflow configuration. Required global.airflow.enabled is 'true'. |
| global.mysql.auth.password.secretRef | string | `mysql-secrets` | The reference to a secret containing mysql authentication password wrapped in `kubernetes secrets` |
| global.mysql.auth.password.secretKey | string | `openmetadata-mysql-password` | The key of a secret containing mysql authentication password wrapped in `kubernetes secrets` |
| global.mysql.auth.username | string | `openmetadata_user` | Username for mysql openmetadata configuration |
| global.mysql.databaseName | string | `openmetadata_db` | Database Name for mysql openmetadata configuration |