We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042ba35 commit f9954a3Copy full SHA for f9954a3
Dockerfile
@@ -115,7 +115,7 @@ ENV OPAL_AUTH_PUBLIC_KEY="ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDe2iQ+/E01P2W5/E
115
ENV PDP_IGNORE_DEFAULT_DATA_UPDATE_CALLBACKS_URLS='["http://localhost:8181/v1/data/permit/rebac/cache_rebuild"]'
116
# We need to set v0_compatible to true to make sure the PDP works with the OPA v0
117
# syntax.
118
-ENV OPAL_INLINE_OPA_LOG_CONFIG='{"v0_compatible": true}'
+ENV OPAL_INLINE_OPA_CONFIG='{"v0_compatible": true}'
119
# if we are using the custom OPA binary, we need to load the permit plugin,
120
# if we don't then we MUST not add a non existing plugin
121
FROM main AS main-vanilla
0 commit comments