Azure / service-fabric-rs

Service Fabric Rust
MIT License
7 stars 7 forks source link

[FabricClient] Set default client role to unknown #75

Closed youyuanwu closed 2 months ago

youyuanwu commented 2 months ago

Previously user client role is set as default, and it requires client cert to be also set. Default client role should be unknown and no client cert required (or auto selected). This implementation follows the csharp sdk logic to create fabric client.