Skip to content

Commit

Permalink
fix: delete default password for security issue #970
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAi27 committed Aug 31, 2021
1 parent 433e2ff commit 6f1e08f
Showing 1 changed file with 5 additions and 5 deletions.
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=''

0 comments on commit 6f1e08f

Please sign in to comment.