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 0cdcbd0 commit a2856ab
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 @@ -132,7 +132,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",
},
}

Expand Down

0 comments on commit a2856ab

Please sign in to comment.