mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-07 20:15:31 -05:00
chore(deps): bump github.com/libregraph/lico from 0.62.0 to 0.64.0
Bumps [github.com/libregraph/lico](https://github.com/libregraph/lico) from 0.62.0 to 0.64.0. - [Changelog](https://github.com/libregraph/lico/blob/master/CHANGELOG.md) - [Commits](https://github.com/libregraph/lico/compare/v0.62.0...v0.64.0) --- updated-dependencies: - dependency-name: github.com/libregraph/lico dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Ralf Haferkamp
parent
fa80fbed9a
commit
114b519416
+22
-7
@@ -12,13 +12,27 @@
|
||||
tls self_signed
|
||||
|
||||
# konnect oidc
|
||||
proxy /.well-known/openid-configuration 127.0.0.1:8777
|
||||
proxy /konnect/v1/jwks.json 127.0.0.1:8777
|
||||
proxy /konnect/v1/token 127.0.0.1:8777
|
||||
proxy /konnect/v1/userinfo 127.0.0.1:8777
|
||||
proxy /konnect/v1/static 127.0.0.1:8777
|
||||
proxy /konnect/v1/session 127.0.0.1:8777
|
||||
proxy /konnect/v1/register 127.0.0.1:8777
|
||||
proxy /.well-known/openid-configuration 127.0.0.1:8777 {
|
||||
transparent
|
||||
}
|
||||
proxy /konnect/v1/jwks.json 127.0.0.1:8777 {
|
||||
transparent
|
||||
}
|
||||
proxy /konnect/v1/token 127.0.0.1:8777 {
|
||||
transparent
|
||||
}
|
||||
proxy /konnect/v1/userinfo 127.0.0.1:8777 {
|
||||
transparent
|
||||
}
|
||||
proxy /konnect/v1/static 127.0.0.1:8777 {
|
||||
transparent
|
||||
}
|
||||
proxy /konnect/v1/session 127.0.0.1:8777 {
|
||||
transparent
|
||||
}
|
||||
proxy /konnect/v1/register 127.0.0.1:8777 {
|
||||
transparent
|
||||
}
|
||||
|
||||
# konnect identifier development via webpack-dev-server
|
||||
proxy /signin/v1/ 127.0.0.1:3001 {
|
||||
@@ -46,6 +60,7 @@
|
||||
#proxy /provider/simple/konnect/v1/authorize 127.0.0.1:8777 {
|
||||
# without /provider/simple
|
||||
# header_upstream X-Forwarded-Prefix /provider/simple
|
||||
# transparent
|
||||
#}
|
||||
|
||||
# konnect cookieserver, start with python3 ./examples/cookieserver.py 8088
|
||||
|
||||
Reference in New Issue
Block a user