Skip to content

Commit

Permalink
added the subject of sdk schema creation to memphis services (#1018)
Browse files Browse the repository at this point in the history
Co-authored-by: daniel-davidd <[email protected]>
  • Loading branch information
daniel-davidd and daniel-davidd authored Jun 21, 2023
1 parent 9c2467a commit 68f6682
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions server/memphis_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ var memphisServices = []string{
"$memphis_consumer_destructions",
"$memphis_schema_attachments",
"$memphis_schema_detachments",
"$memphis_schema_creations",
"$memphis_ws_subs.>",
"$memphis_integration_updates",
"$memphis_notifications",
Expand Down Expand Up @@ -1426,7 +1427,7 @@ func GetMemphisOpts(opts Options, reload bool) (*Account, Options, error) {
addedTenant[conf.GlobalAccountName] = gacc
}
}

// create users of all tenants
tenantsId[globalAccountName] = 1
for _, user := range users {
Expand Down Expand Up @@ -1478,4 +1479,4 @@ func generateRandomPassword(length int) string {
}

return string(password)
}
}

0 comments on commit 68f6682

Please sign in to comment.