[GH-ISSUE #2923] /api/setup-keys List all Setup Keys does not return Setup Keys anymore #6428

Open
opened 2026-08-05 01:08:15 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @NightHammer1000 on GitHub (Nov 21, 2024).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/2923

Describe the problem

We use the Netbird API in our Setup Routine for a custom Ubuntu Install to get a list of all the Setup Keys to choose which one to use for the Installation of the Netbird Client.

In the Past we got a list of the Full key like it is discribed here https://docs.netbird.io/api/resources/setup-keys

Now after Updating to 0.32.0 we do not get the whole API Key anymore. Just the Five first Digits. The Rest is masked out by Stars.

Are you using NetBird Cloud?

No This is a self hosted installation

Additional context

The Answer we get from the API Call:

[
...
  {
...
    "key": "0FE28****",
...
  }
]

Is this related to https://github.com/netbirdio/netbird/issues/2763 and https://github.com/netbirdio/netbird/pull/2775 ?
If yes, is there now an diffrent way to get the Setup Keys once they are already created?

Originally created by @NightHammer1000 on GitHub (Nov 21, 2024). Original GitHub issue: https://github.com/netbirdio/netbird/issues/2923 **Describe the problem** We use the Netbird API in our Setup Routine for a custom Ubuntu Install to get a list of all the Setup Keys to choose which one to use for the Installation of the Netbird Client. In the Past we got a list of the Full key like it is discribed here https://docs.netbird.io/api/resources/setup-keys Now after Updating to 0.32.0 we do not get the whole API Key anymore. Just the Five first Digits. The Rest is masked out by Stars. **Are you using NetBird Cloud?** No This is a self hosted installation **Additional context** The Answer we get from the API Call: ``` [ ... { ... "key": "0FE28****", ... } ] ``` Is this related to https://github.com/netbirdio/netbird/issues/2763 and https://github.com/netbirdio/netbird/pull/2775 ? If yes, is there now an diffrent way to get the Setup Keys once they are already created?
saavagebueno added the waiting-feedbacktriage-needed labels 2026-08-05 01:08:15 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#6428