Skip to content

Commit

Permalink
let's start with a simpler version
Browse files Browse the repository at this point in the history
  • Loading branch information
Abuelodelanada committed Dec 8, 2023
1 parent a2856ab commit 9f2d100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mimir_coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def build_config(self, _charm_config: Dict[str, Any], tls: bool = False) -> Dict
"cert": self._tls_requirer.cert,
"key": self._tls_requirer.key,
"client_ca": self._tls_requirer.ca,
"client_auth_type": "RequireAndVerifyClientCert",
"client_auth_type": "NoClientCert",
},
"grpc_tls_config": {
"cert": self._tls_requirer.cert,
Expand Down

0 comments on commit 9f2d100

Please sign in to comment.