Skip to content

Commit

Permalink
停用oidc
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Dec 23, 2024
1 parent 30d5c23 commit 4872aaa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ STEEDOS_PUBLIC_PAGE_ASSETURLS=
# 允许跨域访问
# STEEDOS_AUTH_COOKIES_USE_SAMESITE=None

B6_OIDC_ENABLED=true
B6_OIDC_ISSUER=https://id.steedos.cn/realms/master
B6_OIDC_CLIENT_ID=steedos-oidc-public
B6_OIDC_CLIENT_SECRET=none
B6_OIDC_NAME=Steedos ID
B6_OIDC_LABEL=Steedos ID
B6_OIDC_ICON=https://www.steedos.com/favicon.png
# B6_OIDC_ENABLED=true
# B6_OIDC_ISSUER=https://id.steedos.cn/realms/master
# B6_OIDC_CLIENT_ID=steedos-oidc-public
# B6_OIDC_CLIENT_SECRET=none
# B6_OIDC_NAME=Steedos ID
# B6_OIDC_LABEL=Steedos ID
# B6_OIDC_LOGO=https://www.steedos.com/favicon.png
4 changes: 2 additions & 2 deletions deploy/enterprise/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ services:
- NPM_CACHE_PACKAGE_CONTENT=true
- NPM_REGISTRY_URL=https://registry.npmmirror.com
- STEEDOS_WIDGETS_ADDITIONAL=@steedos-widgets/[email protected]
- B6_SERVER_VERSION=^0.7.7
- B6_PLUGIN_PACKAGES=@builder6/node-red@^0.7.2,lodash
- B6_SERVER_VERSION=0.9.2
- B6_PLUGIN_PACKAGES=@builder6/node-red@,lodash
- B6_PLUGIN_SERVICES=@builder6/node-red
- B6_PLUGIN_MODULES=@builder6/node-red
- B6_OIDC_ENABLED=true
Expand Down

0 comments on commit 4872aaa

Please sign in to comment.