Skip to content

1.5.1

Latest
Compare
Choose a tag to compare
@BiggA94 BiggA94 released this 29 Apr 10:05
b4371da

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