You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix tailnet deletion to use organization-level credentials
Use the original organization OAuth token instead of the tailnet-specific
token for deletion. Only the organization-level credentials that created
the tailnet have permission to delete it.
Changes:
- Use steps.get_access_token.outputs.access_token (organization token)
- Instead of steps.get_tailnet_token.outputs.tailnet_access_token (tailnet token)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments