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
I am installing my EJBCA-CE with docker behind a nginx-reverse-proxy, it works fine, I can access the adminweb if my browser have the right client certificate. Now i want to deploy my custom application (call it app-1), as a docker container inside the same host with my ejbca container. the app-1 need to call some API from /ejbca-rest-api/{endpoint}, but since I set the ejbca to port 8082 and 8081, it cant receive the client cert send by my app-1. how do I manage to authenticate my app-1 to access ejbca-api without passing it through nginx? prolly make the ejbca/ejbca-rest-api publicly accessible so i done need to provide auth for my app-1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am installing my EJBCA-CE with docker behind a nginx-reverse-proxy, it works fine, I can access the adminweb if my browser have the right client certificate. Now i want to deploy my custom application (call it app-1), as a docker container inside the same host with my ejbca container. the app-1 need to call some API from /ejbca-rest-api/{endpoint}, but since I set the ejbca to port 8082 and 8081, it cant receive the client cert send by my app-1. how do I manage to authenticate my app-1 to access ejbca-api without passing it through nginx? prolly make the ejbca/ejbca-rest-api publicly accessible so i done need to provide auth for my app-1
my app-1 axios
my docker-compose,yaml
Beta Was this translation helpful? Give feedback.
All reactions