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 8614577 commit a4dda2aCopy full SHA for a4dda2a
rust/operator-binary/src/authorization/opa.rs
@@ -56,7 +56,7 @@ impl SupersetOpaConfig {
56
// Thus, we go for an default and make it accessible through envoverrides.
57
(
58
"STACKABLE_OPA_RULE".to_string(),
59
- Some("os.getenv('OPA_RULE', 'user_roles')".to_string()),
+ Some("os.getenv('STACKABLE_OPA_RULE', 'user_roles')".to_string()),
60
),
61
62
"STACKABLE_OPA_ENDPOINT".to_string(),
0 commit comments