mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 08:37:32 +00:00
fix: update config to commands (and queries) (#1342)
* fix: adaot config to commands (and queries) * remove dependency on vv2 in v1 * add queries user to operator * set password for queries on tests * set password for queries on tests * fix config
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
)
|
||||
|
||||
type ApplicationRepo struct {
|
||||
Commands *command.CommandSide
|
||||
Commands *command.Commands
|
||||
View *view.View
|
||||
}
|
||||
|
||||
|
@@ -30,7 +30,7 @@ import (
|
||||
)
|
||||
|
||||
type AuthRequestRepo struct {
|
||||
Command *command.CommandSide
|
||||
Command *command.Commands
|
||||
AuthRequests cache.AuthRequestCache
|
||||
View *view.View
|
||||
|
||||
|
@@ -10,7 +10,7 @@ import (
|
||||
type IAMRepository struct {
|
||||
IAMID string
|
||||
|
||||
IAMV2QuerySide *query.QuerySide
|
||||
IAMV2QuerySide *query.Queries
|
||||
}
|
||||
|
||||
func (repo *IAMRepository) GetIAM(ctx context.Context) (*model.IAM, error) {
|
||||
|
@@ -20,7 +20,7 @@ import (
|
||||
)
|
||||
|
||||
type KeyRepository struct {
|
||||
Commands *command.CommandSide
|
||||
Commands *command.Commands
|
||||
Eventstore *eventstore.Eventstore
|
||||
View *view.View
|
||||
SigningKeyRotationCheck time.Duration
|
||||
|
Reference in New Issue
Block a user