Skip to content

Commit f9954a3

Browse files
authored
fix inline docker container env of v0_compatible
1 parent 042ba35 commit f9954a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ ENV OPAL_AUTH_PUBLIC_KEY="ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDe2iQ+/E01P2W5/E
115115
ENV PDP_IGNORE_DEFAULT_DATA_UPDATE_CALLBACKS_URLS='["http://localhost:8181/v1/data/permit/rebac/cache_rebuild"]'
116116
# We need to set v0_compatible to true to make sure the PDP works with the OPA v0
117117
# syntax.
118-
ENV OPAL_INLINE_OPA_LOG_CONFIG='{"v0_compatible": true}'
118+
ENV OPAL_INLINE_OPA_CONFIG='{"v0_compatible": true}'
119119
# if we are using the custom OPA binary, we need to load the permit plugin,
120120
# if we don't then we MUST not add a non existing plugin
121121
FROM main AS main-vanilla

0 commit comments

Comments
 (0)