diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index fd8aea13..00000000 --- a/Dockerfile +++ /dev/null @@ -1,14 +0,0 @@ -FROM golang:1.21 as builder -RUN addgroup -u 1000 agentgroup &&\ - useradd -u 1000 agentuser -g agentgroup -WORKDIR /go/src/github.com/optimizely/agent -COPY . . -RUN make setup build &&\ - make ci_build_static_binary - -FROM scratch -COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ -COPY --from=builder /go/src/github.com/optimizely/agent/bin/optimizely /optimizely -COPY --from=builder /etc/passwd /etc/passwd -USER agentuser -CMD ["/optimizely"] diff --git a/config.yaml b/config.yaml index a61acfbe..419bebce 100644 --- a/config.yaml +++ b/config.yaml @@ -145,17 +145,17 @@ webhook: ## http listener port port: "8089" # ## a map of Optimizely Projects to one or more SDK keys - projects: - ## : Optimizely project id as an integer - 23897262460: - ## sdkKeys: a list of SDKs linked to this project - sdkKeys: - - RiowyaMnbPxLa4dPWrDqu +# projects: +# ## : Optimizely project id as an integer +# : +# ## sdkKeys: a list of SDKs linked to this project +# sdkKeys: +# - # - # ## secret: webhook secret used the validate the notification # secret: # ## skipSignatureCheck: override the signature check (not recommended for production) - skipSignatureCheck: true +# skipSignatureCheck: true ## ## optimizely client configurations (options passed to the underlying go-sdk)