Kong / deck

decK: Configuration management and drift detection for Kong
https://docs.konghq.com/deck/overview
Apache License 2.0
446 stars 130 forks source link

Konnect basic auth: fix or remove #1100

Open pmalek opened 1 year ago

pmalek commented 1 year ago

It seems that using basic auth against Konnect is not "the way to go".

This issue tracks the decision and implementation of that decision, whether we should fix it somehow or remove the related functionality, e.g. the CLI flags

      --konnect-email string                       Email address associated with your Konnect account.
      --konnect-password --konnect-password-file   Password associated with your Konnect account, this takes precedence over --konnect-password-file flag.
      --konnect-password-file string               File containing the password to your Konnect account.

, related functionality and tests.

mheap commented 5 months ago

I've asked for metrics to see how many people are still using basic auth. Once I have an answer we can decide if we want to proceed