Pierre Gaxatte

Results 13 comments of Pierre Gaxatte

@jtopjian Thanks for the review! I fixed the spacing in the doc. I also found where the fields of the endpoint group filters are defined but it seems not to...

Hello @jtopjian Thanks for your patience on this PR. I removed the Enabled field as it does not appear in keystone's sources. Is there something I should do about the...

I think I'd need to implement `HEAD /v3/OS-EP-FILTER/projects/{project_id}/endpoints/{endpoint_id}` because otherwise there is no way to know if a project is associated to an endpoint.

Great! I read the contributor guidelines so I'll start with a simple List() call and go forward from there. I'll attach the PR to this issue, is this OK with...

I added a short paragraph to the readme to build and run the docker image

Hello, I'd like to forfeit my changes to @garbage-collector. We actually work for the same team and he took over this work when I didn't need it anymore. I will...

I am abandoning this change (as I don't work on this subject anymore) and totally forfeit my code and changes to @garbage-collector who took over this subject in our team....

I think this is a bit out of date now, I'll just close it

Same issue here with the debian key for the repository https://gitsecret.jfrog.io/artifactory/git-secret-deb https://gitsecret.jfrog.io/artifactory/api/gpg/key/public is not available either

Meanwhile I'm using something like this on Debian/Ubuntu: ``` GIT_SECRET_VERSION=0.5.0 tmpdir="$(mktemp -d)" trap "rm -rf '${tmpdir}'" EXIT curl -sfLo - "https://github.com/sobolevn/git-secret/archive/refs/tags/v${GIT_SECRET_VERSION}.tar.gz" \ | tar --strip-components=1 -C "${tmpdir}" -xzf - make...