adobe / helix-embed

Embed service for helix.
Apache License 2.0
5 stars 3 forks source link

Don't include secrets during deploy. #321

Closed tripodsan closed 2 years ago

tripodsan commented 4 years ago

Description it's not needed to specify the secret params during deploy, since they are set on the helix-services package:

    "deploy": "wsk-builder -v --deploy --test=/_status_check/healthcheck.json -p UNSPLASH_AUTH=$UNSPLASH_AUTH -p OEMBED_RESOLVER_KEY=$OEMBED_RESOLVER_KEY -p OEMBED_RESOLVER_PARAM=$OEMBED_RESOLVER_PARAM -p OEMBED_RESOLVER_URI=$OEMBED_RESOLVER_URI -p ALLOWED_IPS=192.150.10.210",