Skip to content

caddy-frontend: Fix slave authorization

Because of checking slave id in a whole string, slaves which shall not be authorized has been put on authorized list.

Example: -frontend-authorized-slave-string == "custom_http", slave_id = "custom" has been authorized.

Merge request reports