---
title: How to manage credentials for Scaleway Queues
description: Master managing credentials for Scaleway Queues. Follow this guide to securely update, rotate, and control access to your messaging services.
dates:
  validation: 2025-10-07
  posted: 2025-04-03
tags: manage credentials messaging queuing permissions update revoke 
---
import Requirements from '@macros/iam/requirements.mdx'

import image from './assets/scaleway-queues-update-creds.webp'


Credentials give their bearer (e.g. services and platforms) access to your Queues service. 

This page shows how to manage [credentials](/queues/concepts/#credentials) for Scaleway Queues. Credentials can be updated to change their permissions, or revoked entirely. Once credentials are revoked, any user trying to use the credentials to connect to the service will be denied.

<Requirements />

- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- Valid [credentials](/queues/how-to/create-credentials/)

## How to update Queues credentials

1. Click **Queues** in the **Integration Services** section of the Scaleway console side menu.

2. Click the **Credentials** tab.

3. Use the drop-down menu to select the [region](/queues/concepts/#region) containing the credentials you want to update.

4. Click the <Icon name="more" /> button next to the credentials you want to update, and select **Update credentials**. A pop-up displays, such as the one below for Queues:

    <Lightbox image={image} alt="In the Scaleway console, the Update Credentials screen displays. Users can change the name of the credentials, or tick/untick the write, read and manage permissions." />

5. Make the required updates to your credentials. You can modify the name, and the permissions.

6. Click **Update credentials**.

    The credentials are updated and you are returned to the product's **Credentials** listing.

## How to revoke Queues credentials

1. Click **Queues**in the **Integration Services** section of the Scaleway console side menu.

2. Click the **Credentials** tab.

3. Use the drop-down menu to select the [region](/queues/concepts/#region) containing the credentials you want to revoke.

4. Click the <Icon name="more" /> button next to the credentials you want to revoke and select **Revoke**.

    A pop-up displays, warning you that this action is irreversible and the key will no longer be able to access your service.

5. Click **Revoke credentials**.

    The credentials are revoked and you are returned to the product's **Credentials** listing.