authzed / zed

Official command-line tool for managing SpiceDB
https://authzed.com/docs/reference/clients
Apache License 2.0
118 stars 26 forks source link

Fix override CA certificate path #402

Closed Darkness4 closed 2 months ago

Darkness4 commented 4 months ago

Closes https://github.com/authzed/zed/issues/244.

Hello,

Right now, it is impossible to override CA certificate bundle path in "headless mode". Users have to context set if they want to use a custom CA certificate bundle.

This PR fixes this issue by following the same pattern as overrideEndpoint.

github-actions[bot] commented 4 months ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

Darkness4 commented 4 months ago

I have read the CLA Document and I hereby sign the CLA

Darkness4 commented 4 months ago

recheck

vroldanbet commented 2 months ago

Closing as this is now fixed via https://github.com/authzed/zed/pull/417