Nell Jerram
Nell Jerram
/sem-approve
Thanks @tj90241 for the above notes. Of course you are right about traversing all endpoints during a resync, and I'm sorry that I forgot about that! It looks like there...
/sem-approve
@bienkma We definitely already have that support, because it is used when Felix is run with OpenStack. I will try to find a pointer for you...
@bienkma You should be able to specify an etcd username and password with these environment variables: `CALICO_ETCD_USERNAME` or `ETCD_USERNAME` `CALICO_ETCD_PASSWORD` or `ETCD_PASSWORD` Please give those a try.
> I took a look at an older build and the only thing that I found was calico-felix so I think this should capture everything we need. My hunch is...
Thanks. I think etcd3-gateway also supports python2 and python3, but maybe not asyncio.
FWIW, we implemented user/pass authentication by subclassing the Etcd3Client class, as you can see here: https://github.com/projectcalico/calico/blob/master/networking-calico/networking_calico/etcdv3.py#L388-L472
@heitorPB Ah, good question! I don't recall thinking about this carefully at the time, but I guess the thought in my mind was that the solution might not work for...
/sem-approve