Rémi Lapeyre

Results 90 comments of Rémi Lapeyre

I don't know whether you know it but bcrypt have a salt that is not exposed by go api. This has been discussed on their bug tracker and they chose...

Hi @mildred, sorry for the delay, you are absolutely right that the issue is with functions that are not pure. Notice that while the workarounds you proposed work correctly, `terraform...

Hi @jrx! Thanks, for some reason this datasource was forgotten when adding the support for admin partitions. I will work on it shortly.

Thanks, I see what it does now. I think it may be complicated to accept a resource that does this thought: First the token is specific to each agent so...

> I work with a small cluster where I have access to all the nodes, so that is no problem for me. While it won't be useful in many deployment,...

> as soon as we move some services to an external cluster, this will become a problem. > I also like to support as much use cases as possible. I...

Yes but how would you know who is ``? You can't know who it is before some consul client connected to the server using a token with the appropriate permissions,...

> Am i right or do i miss something ? I was wrong, I just tried on a test cluster and even with the ACL to `deny` and the client...

Hi @brknstrngz, you are correct that this would end up saving the token in the state file which is why we did not offer this possibility in the first place....