We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba47b3 commit 8ffd43aCopy full SHA for 8ffd43a
rust/crd/src/lib.rs
@@ -112,6 +112,7 @@ pub enum AirflowConfigOptions {
112
AuthLdapTlsKeyfile,
113
AuthLdapTlsCacertfile,
114
AuthLdapAllowSelfSigned,
115
+ AuthRolesMapping,
116
}
117
118
impl FlaskAppConfigOptions for AirflowConfigOptions {
@@ -137,6 +138,7 @@ impl FlaskAppConfigOptions for AirflowConfigOptions {
137
138
AirflowConfigOptions::AuthLdapTlsKeyfile => PythonType::StringLiteral,
139
AirflowConfigOptions::AuthLdapTlsCacertfile => PythonType::StringLiteral,
140
AirflowConfigOptions::AuthLdapAllowSelfSigned => PythonType::BoolLiteral,
141
+ AirflowConfigOptions::AuthRolesMapping => PythonType::StringLiteral,
142
143
144
0 commit comments