We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f8c7e commit bc9acf3Copy full SHA for bc9acf3
rust/operator-binary/src/authorization/opa.rs
@@ -18,7 +18,6 @@ impl SupersetOpaConfigResolved {
18
superset: &SupersetCluster,
19
opa_config: &SupersetOpaRoleMappingConfig,
20
) -> Result<Self, stackable_operator::commons::opa::Error> {
21
- // Get opa_base_url for later use in CustomOpaSecurityManager
22
let opa_endpoint = opa_config
23
.opa
24
.full_document_url_from_config_map(client, superset, None, OpaApiVersion::V1)
0 commit comments