Skip to content

Commit

Permalink
Update default nacos username and password
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed Jan 20, 2025
1 parent 68c6adf commit f671a03
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions deploy/all-cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ data:
secretKey: ${CONFIG_MULTILIVE_SECRET_KEY:}
# for nacos
nacos:
username: ${CONFIG_NACOS_USERNAME:nacos}
password: ${CONFIG_NACOS_PASSWORD:nacos}
username: ${CONFIG_NACOS_USERNAME:guest}
password: ${CONFIG_NACOS_PASSWORD:guest}
namespace: ${CONFIG_NACOS_NAMESPACE:public}
liveSpaceGroup: ${CONFIG_NACOS_GROUP_LIVE_SPACE:DEFAULT_GROUP}
liveSpacesKey: ${CONFIG_NACOS_KEY_LIVE_SPACES:govern-liveSpaces}
Expand All @@ -229,8 +229,8 @@ data:
spaceUrl: /laneSpace/${space_id}/version/${space_version}
# for nacos
nacos:
username: ${CONFIG_NACOS_USERNAME:nacos}
password: ${CONFIG_NACOS_PASSWORD:nacos}
username: ${CONFIG_NACOS_USERNAME:guest}
password: ${CONFIG_NACOS_PASSWORD:guest}
namespace: ${CONFIG_NACOS_NAMESPACE:public}
laneSpaceGroup: ${CONFIG_NACOS_GROUP_LANE_SPACE:DEFAULT_GROUP}
laneSpacesKey: ${CONFIG_NACOS_KEY_LANE_SPACES:govern-laneSpaces}
Expand All @@ -249,8 +249,8 @@ data:
serviceUrl: /space/${space}/service/${service_name}/version/${service_version}?application=${application}
# for nacos
nacos:
username: ${CONFIG_NACOS_USERNAME:nacos}
password: ${CONFIG_NACOS_PASSWORD:nacos}
username: ${CONFIG_NACOS_USERNAME:guest}
password: ${CONFIG_NACOS_PASSWORD:guest}
namespace: ${CONFIG_NACOS_NAMESPACE:public}
serviceGroup: ${CONFIG_NACOS_GROUP_SERVICE:DEFAULT_GROUP}
serviceKeyTemplate: ${CONFIG_NACOS_KEY_SERVICE_TEMPLATE:govern-service-${name}}
Expand Down Expand Up @@ -422,8 +422,8 @@ data:
configcenter:
type: nacos
address: ${CONFIG_CENTER_ADDRESS:${NACOS_CONFIG_EXTERNAL_ADDRESS}:${NACOS_CONFIG_EXTERNAL_HTTP_PORT}}
username: ${CONFIG_CENTER_USERNAME:${NACOS_CONFIG_USERNAME:nacos}}
password: ${CONFIG_CENTER_PASSWORD:${NACOS_CONFIG_PASSWORD:nacos}}
username: ${CONFIG_CENTER_USERNAME:${CONFIG_USERNAME:guest}}
password: ${CONFIG_CENTER_PASSWORD:${CONFIG_PASSWORD:guest}}
name:
namespace: ${CONFIG_CENTER_NAMESPACE:public}
name: ${CONFIG_CENTER_NAME:${APPLICATION_NAME}}
Expand Down
16 changes: 8 additions & 8 deletions deploy/joylive-injector/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ agent:
secretKey: ${CONFIG_MULTILIVE_SECRET_KEY:{{ .Values.agent.sync.liveSpace.jdcloud.secretKey }}}
# for nacos
nacos:
username: ${CONFIG_NACOS_USERNAME:nacos}
password: ${CONFIG_NACOS_PASSWORD:nacos}
username: ${CONFIG_NACOS_USERNAME:guest}
password: ${CONFIG_NACOS_PASSWORD:guest}
namespace: ${CONFIG_NACOS_NAMESPACE:public}
liveSpaceGroup: ${CONFIG_NACOS_GROUP_LIVE_SPACE:DEFAULT_GROUP}
liveSpacesKey: ${CONFIG_NACOS_KEY_LIVE_SPACES:govern-liveSpaces}
Expand All @@ -99,8 +99,8 @@ agent:
spaceUrl: /laneSpace/${space_id}/version/${space_version}
# for nacos
nacos:
username: ${CONFIG_NACOS_USERNAME:nacos}
password: ${CONFIG_NACOS_PASSWORD:nacos}
username: ${CONFIG_NACOS_USERNAME:guest}
password: ${CONFIG_NACOS_PASSWORD:guest}
namespace: ${CONFIG_NACOS_NAMESPACE:public}
laneSpaceGroup: ${CONFIG_NACOS_GROUP_LANE_SPACE:DEFAULT_GROUP}
laneSpacesKey: ${CONFIG_NACOS_KEY_LANE_SPACES:govern-laneSpaces}
Expand All @@ -119,8 +119,8 @@ agent:
serviceUrl: /space/${space}/service/${service_name}/version/${service_version}?application=${application}
# for nacos
nacos:
username: ${CONFIG_NACOS_USERNAME:nacos}
password: ${CONFIG_NACOS_PASSWORD:nacos}
username: ${CONFIG_NACOS_USERNAME:guest}
password: ${CONFIG_NACOS_PASSWORD:guest}
namespace: ${CONFIG_NACOS_NAMESPACE:public}
serviceGroup: ${CONFIG_NACOS_GROUP_SERVICE:DEFAULT_GROUP}
serviceKeyTemplate: ${CONFIG_NACOS_KEY_SERVICE_TEMPLATE:govern-service-${name}}
Expand Down Expand Up @@ -292,8 +292,8 @@ agent:
configcenter:
type: nacos
address: ${CONFIG_CENTER_ADDRESS:${NACOS_CONFIG_EXTERNAL_ADDRESS}:${NACOS_CONFIG_EXTERNAL_HTTP_PORT}}
username: ${CONFIG_CENTER_USERNAME:${NACOS_CONFIG_USERNAME:nacos}}
password: ${CONFIG_CENTER_PASSWORD:${NACOS_CONFIG_PASSWORD:nacos}}
username: ${CONFIG_CENTER_USERNAME:${CONFIG_USERNAME:guest}}
password: ${CONFIG_CENTER_PASSWORD:${CONFIG_PASSWORD:guest}}
name:
namespace: ${CONFIG_CENTER_NAMESPACE:public}
name: ${CONFIG_CENTER_NAME:${APPLICATION_NAME}}
Expand Down
Binary file modified deploy/packages/joylive-injector-1.3.6.tgz
Binary file not shown.

0 comments on commit f671a03

Please sign in to comment.