Skip to content

Releases: BiggA94/docker-kong-oidc

1.5.1

29 Apr 10:05
b4371da
Compare
Choose a tag to compare

In order to use this, one should create a ConfigMap named kong-plugin-oidc in the same namespace as the kong-controller, with following content:

data:
  plugins: bundled, oidc

And the values.yaml
should contain following:

plugins:
  configMaps:
  - pluginName: oidc
    name: kong-plugin-oidc

1.4.0

29 Nov 15:38
3c2a84a
Compare
Choose a tag to compare

Upgrade Kong to 1.4.0

1.3.0

10 Oct 08:53
7b7dc3f
Compare
Choose a tag to compare

From now on, github releases are used in order to trigger build manually in Dockerhub.
This enables me to create the correct versioning for the Dockerimage.