Skip to navigationSkip to main contentSkip to footerScaleway DocsAsk our AI
Ask our AI

Managing the default user's username and password

When you create a Redis™* Database Instance, you have to specify a user. It will be created with set permissions.

You can specify a name for this user when you create a Database Instance. This allows you to ensure the username is compatible with different software integrations where specific usernames are not supported.

Before you start

To complete the actions presented below, you must have:

Specifying a name for a user

Follow the create a Database Instance procedure.

Tip

You can also define a username when you create a Redis™ Database Instance via the Scaleway console.

You are required to specify a username and password for the default user in your POST request payload.

Important

For a username to be valid, it must:

  • contain only letters, numbers, hyphens, dollars, and underscores
  • be between 1 and 63 characters long
  • not start with _rkv
  • start with a letter
  • not be scalewayadmin or metrics

Retrieving the default username

You can retrieve the default username via the API and the CLI.

A response like the following is returned:

{
"id": "string",
"name": "string",
"project_id": "string",
"status": "string",
"version": "string",
"endpoints": [],
"tags": [],
"node_type": "string",
"created_at": "string",
"updated_at": "string",
"tls_enabled": "boolean",
"cluster_settings": [],
"acl_rules": [],
"cluster_size": "integer",
"zone": "string",
"user_name": "redis-admin",
"upgradable_versions": []
}
Important

The example above is a simplified version of the response. strings and boolean are replaced with actual values in a real response.

You can find the default username under "user_name":. In this example, the default username is redis-admin.

Changing the default username

You can change the username and password of the default user anytime via the API and the CLI.


* Redis is a trademark of Redis Labs Ltd. Any rights therein are reserved to Redis Labs Ltd. Any use by Scaleway is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between Redis and Scaleway.
Still need help?

Create a support ticket
No Results