-
Notifications
You must be signed in to change notification settings - Fork 302
Conversation
Fixes #984 |
globalFlagset.StringVar(&globalFlags.EtcdCertFile, "etcd-certfile", "", "etcd cert file authentication") | ||
globalFlagset.StringVar(&globalFlags.EtcdCAFile, "etcd-cafile", "", "etcd CA file authentication") | ||
|
||
globalFlagset.StringVar(&globalFlags.KeyFile, "keyfile", "", "Location of TLS key file") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you explain a little more explicitly this is for the fleet HTTP API, so there's even less chance of people getting confused with etcd?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's used for both the etcd and the fleet API. Are you the one that is confused?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quod erat demonstrandum
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You know I don't speak spanish.
sure pal, 🚢 |
f9c8da3
to
89e5e02
Compare
No description provided.