Skip to content

Commit

Permalink
Aivenator "admin" user doesn't have enough access to set up replication
Browse files Browse the repository at this point in the history
We need to create the user ourselves, or fetch the default user credentials
  • Loading branch information
mortenlj committed Jan 31, 2025
1 parent e873de1 commit 5c8c2f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/create_replicating_valkeys.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class MigrationConfig:


def create_migration_config(name) -> MigrationConfig:
# TODO: An Aivenator "admin" user doesn't have enough access to setup replication, we need to fetch the default user
if m := re.match(r"redis-(.+?)-(.*)", name):
namespace = m.group(1)
instance_name = m.group(2)
Expand Down

0 comments on commit 5c8c2f6

Please sign in to comment.