Skip to content

Commit 8ffd43a

Browse files
committed
Enable Auth_Roles_Mapping as configOverride
1 parent eba47b3 commit 8ffd43a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rust/crd/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ pub enum AirflowConfigOptions {
112112
AuthLdapTlsKeyfile,
113113
AuthLdapTlsCacertfile,
114114
AuthLdapAllowSelfSigned,
115+
AuthRolesMapping,
115116
}
116117

117118
impl FlaskAppConfigOptions for AirflowConfigOptions {
@@ -137,6 +138,7 @@ impl FlaskAppConfigOptions for AirflowConfigOptions {
137138
AirflowConfigOptions::AuthLdapTlsKeyfile => PythonType::StringLiteral,
138139
AirflowConfigOptions::AuthLdapTlsCacertfile => PythonType::StringLiteral,
139140
AirflowConfigOptions::AuthLdapAllowSelfSigned => PythonType::BoolLiteral,
141+
AirflowConfigOptions::AuthRolesMapping => PythonType::StringLiteral,
140142
}
141143
}
142144
}

0 commit comments

Comments
 (0)