Skip to content

Commit

Permalink
fixed kong-oidc-consumer master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Oct 31, 2023
1 parent 0403cfd commit 6ee8ba1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion local/kong/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ RUN git clone -b v${PLUGIN_OIDC_VERSION} https://github.com/revomatico/kong-oidc
RUN (cd kong-oidc && luarocks make && luarocks pack kong-oidc ${PLUGIN_OIDC_VERSION})

RUN git clone https://github.com/ikethecoder/kong-oidc-consumer.git
RUN (cd kong-oidc-consumer && git checkout 6f15eaa)
RUN (cd kong-oidc-consumer && luarocks make && luarocks pack kong-oidc-consumer ${PLUGIN_OIDC_CONSUMER_VERSION})

RUN git clone https://github.com/ikethecoder/kong-plugin-jwt-keycloak.git
Expand Down

0 comments on commit 6ee8ba1

Please sign in to comment.