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

更新各模块所依赖 bcs-common 版本,支持社区无硬编译密码部署 #979

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: delete default password for security issue #970
  • Loading branch information
AlexAi27 committed Aug 31, 2021
commit 6f1e08f61ed78e954910f4751decaaaa3a1cc26f
10 changes: 5 additions & 5 deletions scripts/env.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#!/bin/bash

# zookeeper config
export bcs_zk_client_user='bcsce'
export bcs_zk_client_pwd='bcsce@community2019'
export bcs_zk_client_user=''
export bcs_zk_client_pwd=''

# encryption config for community edition container release
export bcs_encryption_key='!@#^&*()1qaz@WSX3ed84RFV'
export bcs_encryption_key=''

# cert password config
export bcs_server_cert_pwd=''
export bcs_client_cert_pwd=''
export bcs_license_server_client_cert_pwd=""

# docker registry config
export bcs_registry_default_user='bcsce'
export bcs_registry_default_pwd='bcsce'
export bcs_registry_default_user=''
export bcs_registry_default_pwd=''