Skip to content

Commit

Permalink
Fix default config for idm
Browse files Browse the repository at this point in the history
It seems some defaults got lost when moving default to defaults/defaultconfig.go
  • Loading branch information
rhafer committed Mar 16, 2022
1 parent 6abf38d commit 9042483
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 27 deletions.
27 changes: 0 additions & 27 deletions idm/pkg/config/defaultconfig.go

This file was deleted.

6 changes: 6 additions & 0 deletions idm/pkg/config/defaults/defaultconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ func DefaultConfig() *config.Config {
Service: config.Service{
Name: "idm",
},
CreateDemoUsers: true,
ServiceUserPasswords: config.ServiceUserPasswords{
IdmAdmin: "idm",
Idp: "idp",
Reva: "reva",
},
IDM: config.Settings{
LDAPSAddr: "127.0.0.1:9235",
Cert: path.Join(defaults.BaseDataPath(), "idm", "ldap.crt"),
Expand Down

0 comments on commit 9042483

Please sign in to comment.