Replies: 8 comments 14 replies
-
Hi @WellyHong ! In short you can run the OPAL client sidecar, it would run OPA as part of it by default for you. I'd suggest starting from here: https://docs.opal.ac/getting-started/get_started_with_opal_docker_compose_tutorial and here: An then taking a look at the helm charts repo: And of course joining the slack community: |
Beta Was this translation helpful? Give feedback.
-
Hi @orweis We have deployed opal server/client to k8s via using_docker and set relative config via env variable. In some cases we want to set opal-client config with .env file, what path should it mounts to container(/.env ?), and content should like
is it right? |
Beta Was this translation helpful? Give feedback.
-
Hi @WellyHong , Your .env file format seems correct :) The .env file needs to go at the root of OPAL's folder (server or client), if I'm not mistaken that means next to the @asafc @orishavit Can you doublecheck my statement here ? |
Beta Was this translation helpful? Give feedback.
-
Hey @WellyHong You can mount a Another option to do this, if you're using K8S ConfigMaps/Secrets is to use |
Beta Was this translation helpful? Give feedback.
-
Hi @orishavit , @orweis I upgrade from |
Beta Was this translation helpful? Give feedback.
-
Hi @WellyHong I couldn't find a change affecting this; I'll ask @orishavit to take a closer look next week. |
Beta Was this translation helpful? Give feedback.
-
It appears that the search path for In the mean time, you can place your env file in |
Beta Was this translation helpful? Give feedback.
-
When we enable the istio on the namespace level, it automatically injects the sidecar. How can we use opal-server with Invoy-proxy? Please share some simple steps for this. |
Beta Was this translation helpful? Give feedback.
-
Hi,
We have built microservice with k8s & istio , then follow this opa-istio tutorial to add OPA be an authorization solution and it works well.
Now we would like to choose OPAL to solve policy & data update realtime issue.
After deploying OPAL to k8s, connection between both server & client is well.
Next step I wanna replace opa sidecar by opal-client, is there an example or guidance? Any advice would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions