This message was deleted.
# opal
s
This message was deleted.
s
The main website of OPA has a nice article on this https://www.openpolicyagent.org/docs/latest/graphql-api-authorization/
🤘 1
r
thanks @Samuel Carlier @Or Weis i looked at the above doc, but trying to figure out how to make it with opal helm charts. the example is using plain docker-compose with opa but in opal, its the opal-client that hosts opa too and how to pass the below args, i think an example from opal would be really helpful.
Copy code
- "--set=services.nginx.url=<http://bundle_server>"
      - "--set=bundles.nginx.service=nginx"
      - "--set=bundles.nginx.resource=bundle.tar.gz"
      - "--set=bundles.nginx.polling.min_delay_seconds=10"
      - "--set=bundles.nginx.polling.max_delay_seconds=30"
o
• You can run OPA yourself instead of the one run by OPAL client. • You can pass a config file to the OPA run by OPAL-client via OPAL_INLINE_OPA_CONFIG • We can look at extending the params passed to OPA from OPAL - open an issue / PR
šŸ‘šŸ½ 1
r
an example on opal.ac docs also could help šŸ™‚
o
True.