mirror of
https://github.com/hhftechnology/middleware-manager.git
synced 2026-07-10 00:18:24 +00:00
Key middleware entries in generated and proxied Traefik configs by middleware name (so chain references by name work) instead of by ID. Join middleware names in resource queries and scan them (with fallback to ID when name is not available), add Name fields to middleware structs, and use the extracted base name when building final middleware references. Also update log messages to include both name and ID. In the UI, enforce and auto-sanitize middleware names to lowercase a-z0-9- and hyphens only. |
||
|---|---|---|
| .. | ||
| cert_generator.go | ||
| cert_generator_test.go | ||
| config_generator.go | ||
| config_generator_test.go | ||
| config_manager.go | ||
| config_manager_test.go | ||
| config_proxy.go | ||
| config_proxy_test.go | ||
| duplicate_detector.go | ||
| duplicate_detector_test.go | ||
| http_pool.go | ||
| http_pool_test.go | ||
| json_decoder.go | ||
| json_decoder_test.go | ||
| pangolin_fetcher.go | ||
| pangolin_fetcher_test.go | ||
| plugin_fetcher.go | ||
| plugin_fetcher_test.go | ||
| resource_fetcher.go | ||
| resource_fetcher_test.go | ||
| resource_watcher.go | ||
| resource_watcher_test.go | ||
| service_fetcher.go | ||
| service_fetcher_test.go | ||
| service_watcher.go | ||
| service_watcher_test.go | ||
| test_helpers_test.go | ||
| traefik_fetcher.go | ||
| traefik_fetcher_test.go | ||