Skip to content

legacy auth: decouple from ziti_ctrl#1003

Merged
ekoby merged 12 commits intomainfrom
legacy-auth-decouple
Mar 3, 2026
Merged

legacy auth: decouple from ziti_ctrl#1003
ekoby merged 12 commits intomainfrom
legacy-auth-decouple

Conversation

@ekoby
Copy link
Copy Markdown
Member

@ekoby ekoby commented Mar 2, 2026

make legacy auth flow same as internal OIDC instead of relying on ziti_ctrl internal side effects

@ekoby ekoby requested a review from a team as a code owner March 2, 2026 19:30
tlsuv_http_header(ctrl->client, "zt-session", NULL);
tlsuv_http_header(ctrl->client, "zt-session", s->token);
}
tlsuv_http_header(ctrl->client, "Authorization", NULL);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for another time probably but both of these should be constants imo. they show up a lot in the code

@ekoby ekoby merged commit ded9bd4 into main Mar 3, 2026
17 checks passed
@ekoby ekoby deleted the legacy-auth-decouple branch March 3, 2026 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants