You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM kong:alpine
USER root
RUN git clone https://github.com/wshirey/kong-plugin-jwt-claims-headers \
&& cd kong-plugin-jwt-claims-headers \
&& luarocks make
USER kong
Hi everyone. I encountered this problem when I installed it, show me how to solve it. please.
My docker file
FROM kong:2.3.2
USER root
COPY ./plugins/kong-plugin-jwt-claims-headers /custom-plugins/kong-plugin-jwt-claims-headers
WORKDIR /custom-plugins/kong-plugin-jwt-claims-headers
RUN luarocks make
USER kong
The text was updated successfully, but these errors were encountered: