Skip to content

1.4.5

Compare
Choose a tag to compare
@cd-rite cd-rite released this 19 Oct 16:52
· 2 commits to main since this release
dc40ec8

What's Changed

  • fix: Remove hard-coded "openid" scope from token request
  • dependency updates

NOTE: This release removes the hard-coded "openid" scope from the Watcher token request, as some OIDC providers will reject a request with this scope when engaged in the Client Credentials flow. If for some reason your OIDC provider requires this scope, it can be specified with the WATCHER_EXTRA_SCOPES envvar or equivalent option.

Full Changelog: 1.4.4...1.4.5