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
In EdgeX 3.0, all microservices take a JWT for authentication. Therefore, the following functionality that routes requests differently should be decoupled from secure mode. Specifically, there should be separate switches the enable JWT processing and backend routing through the API gateway.
Note that in insecure mode, edgex-ui-go works as normal. In the helm deployment, we would like to do service routing via kubernetes, instead of the API gateway, to fix this bug.
Describe alternatives you've considered
Have you considered any alternative solutions or workarounds?
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
Relevant Package [REQUIRED]
internal
Description [REQUIRED]
Issue edgexfoundry/edgex-helm#22 explains the problem in detail.
Describe the solution you'd like
In EdgeX 3.0, all microservices take a JWT for authentication. Therefore, the following functionality that routes requests differently should be decoupled from secure mode. Specifically, there should be separate switches the enable JWT processing and backend routing through the API gateway.
Note that in insecure mode, edgex-ui-go works as normal. In the helm deployment, we would like to do service routing via kubernetes, instead of the API gateway, to fix this bug.
Describe alternatives you've considered
Have you considered any alternative solutions or workarounds?The text was updated successfully, but these errors were encountered: