Align API types and entrypoints with openapiv2.json spec#1
Merged
CJFWeatherhead merged 3 commits intomainfrom Apr 16, 2026
Merged
Align API types and entrypoints with openapiv2.json spec#1CJFWeatherhead merged 3 commits intomainfrom
CJFWeatherhead merged 3 commits intomainfrom
Conversation
Member
CJFWeatherhead
commented
Apr 15, 2026
- Node type: replace forcedTags/invalidTags/validTags with single tags[]
- Node type: remove lastSuccessfulUpdate (not in spec)
- Node type: change preAuthKey from string to PreAuthKey object
- Remove ApiMachine type and API_URL_MACHINE (legacy, not in spec)
- Add API_URL_HEALTH for /api/v1/health endpoint
- Remove changeNodeOwner (no /api/v1/node/{id}/user in spec)
- Fix expirePreAuthKey to send { id } per v1ExpirePreAuthKeyRequest
- Simplify getPreAuthKeys to single GET /api/v1/preauthkey call
- Update NodeTags component for unified tags array
- Remove transfer-owner UI from NodeOwner (endpoint removed)
- Update node tag filtering in funcs.ts
- Node type: replace forcedTags/invalidTags/validTags with single tags[]
- Node type: remove lastSuccessfulUpdate (not in spec)
- Node type: change preAuthKey from string to PreAuthKey object
- Remove ApiMachine type and API_URL_MACHINE (legacy, not in spec)
- Add API_URL_HEALTH for /api/v1/health endpoint
- Remove changeNodeOwner (no /api/v1/node/{id}/user in spec)
- Fix expirePreAuthKey to send { id } per v1ExpirePreAuthKeyRequest
- Simplify getPreAuthKeys to single GET /api/v1/preauthkey call
- Update NodeTags component for unified tags array
- Remove transfer-owner UI from NodeOwner (endpoint removed)
- Update node tag filtering in funcs.ts
Headscale 0.28 stores pre-auth keys as bcrypt hashes rather than plaintext. The full key is only available in the API response at creation time. - Add PreAuthKeyModal: shown after key creation with the full key and a copy-to-clipboard control - UserListPreAuthKeys: trigger modal on successful key creation - UserListPreAuthKey: display truncated hash prefix instead of offering a copy button (stored key is no longer usable directly) - Deploy page: replace direct key selector with a manual paste input and warning that listed keys are hashed placeholders
EdGeraghty
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.