Open danitherex opened 4 months ago
Hi, I found this idea to be interesting too. As a further improvement, can you also allow for view-only/read-write keys? This may be an optional --view-only
flag that only allow GET requests to the Headscale server. I have a use case where I want to monitor online nodes but not control them, so all of this would be a great addition. Thanks!
Hi, I found this idea to be interesting too. As a further improvement, can you also allow for view-only/read-write keys? This may be an optional
--view-only
flag that only allow GET requests to the Headscale server. I have a use case where I want to monitor online nodes but not control them, so all of this would be a great addition. Thanks!
I definitely see how this would be useful. If this feature request is being approved, I can probably implement this without much extra effort
This issue is stale because it has been open for 90 days with no activity.
not stale
Use case
I want to grant other persons using my hosted server the ability to manage their own user and the connected devices but currently i can only give them full admin privileges, which i do not want for security reasons.
Description
Add an optional parameter to the cli for example
headscale apikeys create --user testUser
which only grants admin rights to the usertestUser
and the associated devices.Contribution
How can it be implemented?
--user
to theheadscale apikeys create
cli