pantsel/konga

[enhancement/feature] Ingress Controller persistence

Open

#319 opened on Jan 7, 2019

View on GitHub
 (2 comments) (1 reaction) (0 assignees)JavaScript (4,258 stars) (810 forks)batch import
enhancementhelp wanted

Description

When installed as an Ingress Controller (this is not a bug) Kong only respects configs saved to the cluster as CRDs. This means that it deletes any config set in Konga UI (i.e. it is useless to create resources with Admin API).

A really nice feature for Konga would be the ability to save changes as CRDs into a cluster instead of saving them with Admin API.

The known CRDs are:

  • KongConsumer
  • KongCredential
  • KongPlugin
  • KongIngress

Contributor guide

[enhancement/feature] Ingress Controller persistence · pantsel/konga#319 | Good First Issue