Skip to content

Commit 5e0c32e

Browse files
committed
StackableOpaRule to string as we interfere from CRDs
1 parent e19a39c commit 5e0c32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/crd/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ impl FlaskAppConfigOptions for SupersetConfigOptions {
143143
SupersetConfigOptions::CustomSecurityManager => PythonType::Expression,
144144
SupersetConfigOptions::StackableOpaBaseUrl => PythonType::StringLiteral,
145145
SupersetConfigOptions::StackableOpaPackage => PythonType::StringLiteral,
146-
SupersetConfigOptions::StackableOpaRule => PythonType::Expression,
146+
SupersetConfigOptions::StackableOpaRule => PythonType::StringLiteral,
147147
SupersetConfigOptions::OpaRolesCache => PythonType::Expression,
148148
}
149149
}

0 commit comments

Comments
 (0)