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

hide redis password #259

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion splitio/commitversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ This file is created automatically, please do not edit
*/

// CommitVersion is the version of the last commit previous to release
const CommitVersion = "cf3da63"
const CommitVersion = "5ed4245"
1 change: 1 addition & 0 deletions splitio/producer/initialization.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ func Start(logger logging.LoggerInterface, cfg *conf.Main) error {

cfgForAdmin := *cfg
cfgForAdmin.Apikey = logging.ObfuscateAPIKey(cfgForAdmin.Apikey)
cfgForAdmin.Storage.Redis.Pass = "xxxxxxxxxxxxxxx"
adminServer, err := admin.NewServer(&admin.Options{
Host: cfg.Admin.Host,
Port: int(cfg.Admin.Port),
Expand Down
2 changes: 1 addition & 1 deletion splitio/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
package splitio

// Version is the version of this Agent
const Version = "5.5.0"
const Version = "5.5.1-rc1"