Skip to content

Commit

Permalink
proxy: Improve compatibility with ORY Hydra 1.0.0-beta.8
Browse files Browse the repository at this point in the history
This patch improves compatibility with ORY Hydra 1.0.0-beta.8 and updates vendored dependencies.

Closes #101

Signed-off-by: aeneasr <[email protected]>
  • Loading branch information
aeneasr committed Aug 22, 2018
1 parent 192f537 commit d851ace
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
5 changes: 2 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 8 additions & 9 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@ before finalizing the upgrade process.
To improve compatibility with ORY Hydra v1.0.0-beta.8, which introduces the public and admin endpoint, the following
environment variables have now been made optional:

- CREDENTIALS_ISSUER_ID_TOKEN_HYDRA_CLIENT_ID
- CREDENTIALS_ISSUER_ID_TOKEN_HYDRA_CLIENT_SECRET
- CREDENTIALS_ISSUER_ID_TOKEN_HYDRA_CLIENT_SCOPES
- CREDENTIALS_ISSUER_ID_TOKEN_HYDRA_PUBLIC_URL
- CREDENTIALS_ISSUER_ID_TOKEN_HYDRA_PUBLIC_URL
- AUTHENTICATOR_OAUTH2_INTROSPECTION_CLIENT_ID
- AUTHENTICATOR_OAUTH2_INTROSPECTION_CLIENT_SECRET
- AUTHENTICATOR_OAUTH2_INTROSPECTION_TOKEN_URL
- AUTHENTICATOR_OAUTH2_INTROSPECTION_SCOPE
- `CREDENTIALS_ISSUER_ID_TOKEN_HYDRA_CLIENT_ID`
- `CREDENTIALS_ISSUER_ID_TOKEN_HYDRA_CLIENT_SECRET`
- `CREDENTIALS_ISSUER_ID_TOKEN_HYDRA_CLIENT_SCOPES`
- `AUTHENTICATOR_OAUTH2_INTROSPECTION_CLIENT_ID`
- `AUTHENTICATOR_OAUTH2_INTROSPECTION_CLIENT_SECRET`
- `AUTHENTICATOR_OAUTH2_INTROSPECTION_TOKEN_URL`
- `AUTHENTICATOR_OAUTH2_INTROSPECTION_SCOPE`

They are optional because ORY Hydra's administrative endpoints no longer require authorization as they now
run on a privileged port. If you are running ORY Hydra behind a firewall that requires OAuth 2.0 Access tokens,
Expand All @@ -41,6 +39,7 @@ And the following environment variables have changed:

- `CREDENTIALS_ISSUER_ID_TOKEN_HYDRA_URL` is now `CREDENTIALS_ISSUER_ID_TOKEN_HYDRA_ADMIN_URL` and
`CREDENTIALS_ISSUER_ID_TOKEN_HYDRA_PUBLIC_URL` if ORY Hydra is protected with OAuth 2.0.
- `AUTHENTICATOR_OAUTH2_INTROSPECTION_INTROSPECT_URL` is now `AUTHENTICATOR_OAUTH2_INTROSPECTION_URL`.

## 1.0.0-beta.8

Expand Down

0 comments on commit d851ace

Please sign in to comment.