Registry Proxy Authentication

Hello,

Any idea how I can provide credentials to the proxy specified xpack.fleet.registryProxyUrl?

Usually when working with proxies, we make use of the username:password basic authentication in the URL such as "https://username:password@my.proxy.url:8080".
However, the schema validation validates xpack.fleet.registryProxyUrl against a RFC 3986 URI, where username:password is now deprecated. This results in the schema validation failing.

Currently as a work around, I am overriding the schema and setting the validation for xpack.fleet.registryProxyUrl to schema.maybe(schema.string())

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.