Skip to content

Commit

Permalink
Remove the secret key passing logic
Browse files Browse the repository at this point in the history
  • Loading branch information
realJackSun committed Apr 12, 2022
1 parent 16eda19 commit b67e4b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common/nacos_server/nacos_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,4 @@ func (server *NacosServer) InjectSkAk(params map[string]string, clientConfig con
if clientConfig.AccessKey != "" {
params[constant.KEY_ACCESS_KEY] = clientConfig.AccessKey
}
if clientConfig.SecretKey != "" {
params[constant.KEY_SECRET_KEY] = clientConfig.SecretKey
}
}

0 comments on commit b67e4b3

Please sign in to comment.