First commit

This commit is contained in:
Stéphane Tailland
2026-08-19 16:57:43 +02:00
parent 8650f4ae7b
commit 6afd9c4c5f
15 changed files with 251 additions and 11 deletions
@@ -0,0 +1,10 @@
apiVersion: konnect.konghq.com/v1alpha1
kind: KonnectAPIAuthConfiguration
metadata:
name: ${NAME}
namespace: ${NAMESPACE}
spec:
type: secretRef
secretRef:
name: ${KONNECT_AUTH_SECRET_NAME}
serverURL: ${KONNECT_SERVER_URL}