Skip to content

Commit

Permalink
Update rust/operator-binary/src/authorization/opa.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Bernauer <[email protected]>
  • Loading branch information
razvan and sbernauer authored Feb 26, 2025
1 parent f9f8c7e commit bc9acf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/operator-binary/src/authorization/opa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ impl SupersetOpaConfigResolved {
superset: &SupersetCluster,
opa_config: &SupersetOpaRoleMappingConfig,
) -> Result<Self, stackable_operator::commons::opa::Error> {
// Get opa_base_url for later use in CustomOpaSecurityManager
let opa_endpoint = opa_config
.opa
.full_document_url_from_config_map(client, superset, None, OpaApiVersion::V1)
Expand Down

0 comments on commit bc9acf3

Please sign in to comment.