This is an automated email from the ASF dual-hosted git repository.
shreemaan-abhishek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
from ce10a384 docs: improve Kubernetes Gateway API page SEO (#2823)
add 1582e3de fix: redact credentials and AdminKey from controller logs
(#2808)
No new revisions were added by this update.
Summary of changes:
api/adc/types.go | 17 +++
internal/adc/cache/store.go | 2 +-
internal/adc/client/client.go | 18 ++++
internal/adc/client/executor.go | 16 +++
internal/adc/client/redaction_test.go | 116 +++++++++++++++++++++
internal/adc/translator/consumer.go | 9 +-
internal/controller/apisixconsumer_controller.go | 6 +-
internal/controller/apisixglobalrule_controller.go | 2 +-
internal/controller/apisixroute_controller.go | 6 +-
internal/controller/consumer_controller.go | 4 +-
internal/controller/httproute_controller.go | 2 +-
internal/provider/apisix/provider.go | 2 +-
12 files changed, 186 insertions(+), 14 deletions(-)
create mode 100644 internal/adc/client/redaction_test.go