Skip to content

Commit

Permalink
Add ENFORCE_HTTPS (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine authored Jan 7, 2024
1 parent c76b4c3 commit 0d78ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gcp-oidc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM eclipse-temurin@sha256:de8e6219ff5360811a453a9237713679a9d9106ba5150290ef37fb23e246ce7d

LABEL "tee.launch_policy.allow_env_override"="API_TOKEN_SECRET_NAME,DEPLOYMENT_ENVIRONMENT,CORE_BASE_URL,OPTOUT_BASE_URL,enforce_https"
LABEL "tee.launch_policy.allow_env_override"="API_TOKEN_SECRET_NAME,DEPLOYMENT_ENVIRONMENT,CORE_BASE_URL,OPTOUT_BASE_URL,ENFORCE_HTTPS, enforce_https"

# Install Packages
RUN apk update && apk add jq
Expand Down

0 comments on commit 0d78ea9

Please sign in to comment.