Skip to content

Commit a4dda2a

Browse files
committed
Defaults are working
1 parent 8614577 commit a4dda2a

File tree

1 file changed

+1
-1
lines changed
  • rust/operator-binary/src/authorization

1 file changed

+1
-1
lines changed

rust/operator-binary/src/authorization/opa.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ impl SupersetOpaConfig {
5656
// Thus, we go for an default and make it accessible through envoverrides.
5757
(
5858
"STACKABLE_OPA_RULE".to_string(),
59-
Some("os.getenv('OPA_RULE', 'user_roles')".to_string()),
59+
Some("os.getenv('STACKABLE_OPA_RULE', 'user_roles')".to_string()),
6060
),
6161
(
6262
"STACKABLE_OPA_ENDPOINT".to_string(),

0 commit comments

Comments
 (0)