Utilisation du fork de super-graph pour la compatibilité avec Hydra
Principalement dans l'optique de gérer: - Le champ `audience` au format tableau, voirb37171c19f
- La validation des jetons JWT via un endpoint JWKS, voir788f0459fb
This commit is contained in:
parent
28ba0f5ba0
commit
2f1e623278
|
@ -5,12 +5,12 @@ ARG HTTPS_PROXY=
|
|||
ARG http_proxy=
|
||||
ARG https_proxy=
|
||||
|
||||
ARG SUPERGRAPH_VERSION=v0.14.17
|
||||
ARG SUPERGRAPH_VERSION=hydra-compat
|
||||
ARG WAITFORIT_VERSION=v2.4.1
|
||||
|
||||
RUN apk add --no-cache go make git curl bash ca-certificates
|
||||
|
||||
RUN git clone https://github.com/dosco/super-graph \
|
||||
RUN git clone https://forge.cadoles.com/wpetit/super-graph.git \
|
||||
&& export PATH="$PATH:/root/go/bin" \
|
||||
&& export CGO_ENABLED=0 \
|
||||
&& cd super-graph \
|
||||
|
|
Loading…
Reference in New Issue