netbird up with profile and setup key fails on v0.73.0 #6476
Unanswered
crntnvdl
asked this question in
Issue Triage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Before posting
Affected area
Client / Agent
Deployment type
Self-hosted - advanced/custom deployment
Operating system or environment
Linux
NetBird version and upgrade status
Did this work before?
Yes, this worked before
Regression details
Last working version: v0.72.4
First broken version: v0.73.0
Summary
We use this command to connect Netbird in our CI runners using ephemeral peers :
Since v0.73.0 it doesn't work anymore.
Current behavior
We get this error :
Error: switch profile: switch profile failed: rpc error: code = NotFound desc = profile "capeima" not foundExpected behavior
A new profile is created, here named "capeima" and configured using the setup key.
Steps to reproduce
netbird up --profile <name> --setup-key <setup_key>I haven't tested just profile parameter so idk if it's an issue between
setup-keyandprofileor justprofile.Environment and topology
NB Linux Client v0.73.0, Debian Cloud 13
Self-hosted details, if available
No response
Logs, status output, or debug evidence
netbird up \ --profile capeima \ --management-url https://[redacted] \ --setup-key [redacted] Error: switch profile: switch profile failed: rpc error: code = NotFound desc = profile "capeima" not foundRelated issues or discussions
No response
Impact
No response
Additional context
This is probably linked to the new profile ID system
All reactions