Re: Brainstorming to add JWT verify to HAPoxy (was: Re: What's the "best" way to read a file in a sample converter)

2021-05-02 Thread Aleksandar Lazic
On 01.05.21 19:45, Julien Pivotto wrote: On 01 May 18:40, Aleksandar Lazic wrote: On 01.05.21 14:38, Julien Pivotto wrote: I do not know what you are trying to achieve. I try to add on the first line of defense => HAProxy, the possibility to protect the backend attack without to talk

Re: Brainstorming to add JWT verify to HAPoxy (was: Re: What's the "best" way to read a file in a sample converter)

2021-05-01 Thread Julien Pivotto
On 01 May 18:40, Aleksandar Lazic wrote: > > On 01.05.21 14:38, Julien Pivotto wrote: > > I do not know what you are trying to achieve. > > I try to add on the first line of defense => HAProxy, the possibility to > protect > the backend attack without to talk outside of HAProxy. > > > Did you

Re: Brainstorming to add JWT verify to HAPoxy (was: Re: What's the "best" way to read a file in a sample converter)

2021-05-01 Thread Aleksandar Lazic
On 01.05.21 14:38, Julien Pivotto wrote: I do not know what you are trying to achieve. I try to add on the first line of defense => HAProxy, the possibility to protect the backend attack without to talk outside of HAProxy. Did you see https://github.com/criteo/haproxy-spoe-auth ? Well

Re: Brainstorming to add JWT verify to HAPoxy (was: Re: What's the "best" way to read a file in a sample converter)

2021-05-01 Thread Julien Pivotto
I do not know what you are trying to achieve. Did you see https://github.com/criteo/haproxy-spoe-auth ? On 01 May 13:42, Aleksandar Lazic wrote: > > On 30.04.21 02:01, Aleksandar Lazic wrote: > > Hi. > > > > I think about to integrate the "l8w8jwt_decode(...)" into HAProxy. > >

Brainstorming to add JWT verify to HAPoxy (was: Re: What's the "best" way to read a file in a sample converter)

2021-05-01 Thread Aleksandar Lazic
On 30.04.21 02:01, Aleksandar Lazic wrote: Hi. I think about to integrate the "l8w8jwt_decode(...)" into HAProxy. https://github.com/GlitchedPolygons/l8w8jwt The RS* methods requires some "RSA_PRIVATE_KEY[] = ..." and I'm not sure what's the best method for a sample to read such a key in

What's the "best" way to read a file in a sample converter

2021-04-29 Thread Aleksandar Lazic
Hi. I think about to integrate the "l8w8jwt_decode(...)" into HAProxy. https://github.com/GlitchedPolygons/l8w8jwt The RS* methods requires some "RSA_PRIVATE_KEY[] = ..." and I'm not sure what's the best method for a sample to read such a key in HAProxy converters. My suggestion for the