Skip to content

Commit

Permalink
chor(service): update default policy package
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Becker <[email protected]>
  • Loading branch information
sbckr committed Nov 19, 2024
1 parent 7423e94 commit fa07348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amphora-service/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ server.servlet.context-path=/
management.endpoints.web.exposure.include=info,health,prometheus

carbynestack.auth.user-id-field-name=${AMPHORA_USER_ID_FIELD_NAME:sub}
carbynestack.opa.default-policy-package=${AMPHORA_OPA_DEFAULT_POLICY_PACKAGE:default}
carbynestack.opa.default-policy-package=${AMPHORA_OPA_DEFAULT_POLICY_PACKAGE:carbynestack.def}
carbynestack.opa.endpoint=${AMPHORA_OPA_URL:http://opa.carbynestack.io}
carbynestack.spdz.mac-key=${MAC_KEY}
carbynestack.spdz.prime=${SPDZ_PRIME}
Expand Down

0 comments on commit fa07348

Please sign in to comment.