Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Environment variables issue [DEV-1806] #61

Merged
merged 19 commits into from
Oct 14, 2022
Merged

Conversation

jay-dee7
Copy link
Contributor

When we try to expose environment variables to the application via --binding or --global flags, application fails when connecting to Auth0 Cloudflare Worker with the following error:

{"error":{"input":"$AUTH0_SERVICE_ENDPOINT","code":"ERR_INVALID_URL"}}

To fix this, only passing --env=.env has worked

When we try to expose environment variables to the application via
`--binding` or `--global` flags, application fails when connecting to
Auth0 Cloudflare Worker with the following error:
```json
{"error":{"input":"$AUTH0_SERVICE_ENDPOINT","code":"ERR_INVALID_URL"}}
```

To fix this, only passing `--env=.env` has worked
@jay-dee7 jay-dee7 added the bug Something isn't working label Oct 11, 2022
@jay-dee7 jay-dee7 self-assigned this Oct 11, 2022
@jay-dee7 jay-dee7 temporarily deployed to staging October 11, 2022 19:40 Inactive
@jay-dee7 jay-dee7 temporarily deployed to staging October 12, 2022 12:57 Inactive
@jay-dee7 jay-dee7 temporarily deployed to staging October 14, 2022 07:21 Inactive
commit 7ba4083
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Wed Oct 12 12:45:13 2022 +0000

    chore(release): 1.1.2 [skip ci]

    ## [1.1.2](1.1.1...1.1.2) (2022-10-12)

    ### Bug Fixes

    * **deps:** Bump eslint from 8.24.0 to 8.25.0 ([d77a4b3](d77a4b3))
    * **no-release:** Bump eslint from 8.24.0 to 8.25.0 ([#59](#59)) ([96b7650](96b7650)), closes [#16348](https://github.com/cheqd/credential-service/issues/16348) [#16355](https://github.com/cheqd/credential-service/issues/16355) [#16321](https://github.com/cheqd/credential-service/issues/16321) [#16366](https://github.com/cheqd/credential-service/issues/16366) [#16381](https://github.com/cheqd/credential-service/issues/16381) [#16376](https://github.com/cheqd/credential-service/issues/16376) [#16374](https://github.com/cheqd/credential-service/issues/16374) [#16378](https://github.com/cheqd/credential-service/issues/16378) [#16362](https://github.com/cheqd/credential-service/issues/16362) [#16352](https://github.com/cheqd/credential-service/issues/16352) [#16346](https://github.com/cheqd/credential-service/issues/16346) [#16397](https://github.com/cheqd/credential-service/issues/16397) [#16375](https://github.com/cheqd/credential-service/issues/16375) [#16377](https://github.com/cheqd/credential-service/issues/16377) [#16350](https://github.com/cheqd/credential-service/issues/16350) [#16344](https://github.com/cheqd/credential-service/issues/16344) [#16397](https://github.com/cheqd/credential-service/issues/16397) [#16348](https://github.com/cheqd/credential-service/issues/16348) [#16375](https://github.com/cheqd/credential-service/issues/16375) [#16377](https://github.com/cheqd/credential-service/issues/16377) [#16366](https://github.com/cheqd/credential-service/issues/16366) [#16381](https://github.com/cheqd/credential-service/issues/16381) [#16355](https://github.com/cheqd/credential-service/issues/16355) [#16376](https://github.com/cheqd/credential-service/issues/16376) [#16350](https://github.com/cheqd/credential-service/issues/16350) [#16374](https://github.com/cheqd/credential-service/issues/16374) [#16378](https://github.com/cheqd/credential-service/issues/16378) [#16362](https://github.com/cheqd/credential-service/issues/16362) [#16321](https://github.com/cheqd/credential-service/issues/16321) [#16352](https://github.com/cheqd/credential-service/issues/16352) [#16344](https://github.com/cheqd/credential-service/issues/16344) [#16346](https://github.com/cheqd/credential-service/issues/16346) [#16397](https://github.com/cheqd/credential-service/issues/16397) [#16348](https://github.com/cheqd/credential-service/issues/16348) [#16375](https://github.com/cheqd/credential-service/issues/16375) [#16377](https://github.com/cheqd/credential-service/issues/16377) [#16366](https://github.com/cheqd/credential-service/issues/16366) [#16381](https://github.com/cheqd/credential-service/issues/16381) [#16355](https://github.com/cheqd/credential-service/issues/16355) [#16376](https://github.com/cheqd/credential-service/issues/16376)
@ankurdotb ankurdotb temporarily deployed to staging October 14, 2022 11:56 Inactive
@ankurdotb ankurdotb temporarily deployed to staging October 14, 2022 15:08 Inactive
@ankurdotb ankurdotb enabled auto-merge (squash) October 14, 2022 15:17
@ankurdotb ankurdotb changed the title fix: Environment variables issue fix: Environment variables issue [DEV-1806] Oct 14, 2022
@ankurdotb ankurdotb temporarily deployed to staging October 14, 2022 15:28 Inactive
@ankurdotb ankurdotb enabled auto-merge (squash) October 14, 2022 15:33
@ankurdotb ankurdotb merged commit 9ea70f4 into main Oct 14, 2022
@ankurdotb ankurdotb deleted the fix-auth0-guard branch October 14, 2022 15:33
cheqd-bot bot pushed a commit that referenced this pull request Oct 14, 2022
## [1.1.3](1.1.2...1.1.3) (2022-10-14)

### Bug Fixes

* Environment variables issue [DEV-1806] ([#61](#61)) ([9ea70f4](9ea70f4))
@cheqd-bot
Copy link

cheqd-bot bot commented Oct 14, 2022

🎉 This PR is included in version 1.1.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Development

Successfully merging this pull request may close these issues.

2 participants