zitadel/cmd/mirror
Silvan 7d852ad0df
fix: read correct defaults (#8090)
# Which Problems Are Solved

Corrects reading of default configuration, despite reading all default
configs only required defaults are read.

# How the Problems Are Solved

Reading the defualt config of the `mirror`-command was moved to a
pre-run step of the command instead of doing it during initialization of
the executable.

# Additional Context

- Closes https://github.com/zitadel/zitadel/issues/8059
- https://discord.com/channels/927474939156643850/1248594307267559535
2024-06-10 11:46:28 +02:00
..
auth.go feat(cmd): mirror (#7004) 2024-05-30 09:35:30 +00:00
config.go feat(cmd): mirror (#7004) 2024-05-30 09:35:30 +00:00
defaults.yaml feat(cmd): mirror (#7004) 2024-05-30 09:35:30 +00:00
event_store.go feat(cmd): mirror (#7004) 2024-05-30 09:35:30 +00:00
event.go feat(cmd): mirror (#7004) 2024-05-30 09:35:30 +00:00
mirror.go fix: read correct defaults (#8090) 2024-06-10 11:46:28 +02:00
projections.go feat(cmd): mirror (#7004) 2024-05-30 09:35:30 +00:00
system.go feat(cmd): mirror (#7004) 2024-05-30 09:35:30 +00:00
verify.go feat(cmd): mirror (#7004) 2024-05-30 09:35:30 +00:00