Example that propagates identity, and on one endpoint explicitly sets the username and password.
mvn package
java -jar target/helidon-examples-security-outbound-override.jarTry the endpoints:
curl -u "jack:password" http://localhost:8080/propagate
curl -u "jack:password" http://localhost:8080/override
curl -u "jill:anotherPassword" http://localhost:8080/propagate
curl -u "jill:anotherPassword" http://localhost:8080/override