You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment all the endpoints listed in the various application-*.yml files are based on plain http. There is a growing need to run bb-fuel against the same secured endpoints (using https).
It would be nice to have an option to force https on
all the endpoints
or at least a subset of them (specifically the ones that are meant to be publicly exposed. See below).
In a typical setup you have indeed 2 different kinds of endpoints:
the ones which are meant to be consumed by the outside world (i.e. identity, gateway, auth);
the ones which are meant to be consumed from within the bank/organization, therefore usually exposed on http (e.g. registry, tokenconverter, accessgroup, etc.).
The text was updated successfully, but these errors were encountered:
At the moment all the endpoints listed in the various
application-*.yml
files are based on plainhttp
. There is a growing need to runbb-fuel
against the same secured endpoints (usinghttps
).It would be nice to have an option to force
https
onIn a typical setup you have indeed 2 different kinds of endpoints:
identity
,gateway
,auth
);http
(e.g.registry
,tokenconverter
,accessgroup
, etc.).The text was updated successfully, but these errors were encountered: