-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
area/authenticationarea/sdk/clientlifecycle/staleThe issue / pull request is stale, any activities remove this label.The issue / pull request is stale, any activities remove this label.priority/p2
Description
There are many types of auth features in KFP SDK, they are injected kind of ad-hoc in code.
I think we need to refactor it into auth modules, so that
- it's cleanly separated
- it's easy for other providers to add auth modules
Another common proposal is to make the auth parameters explicit, right now we are doing the auth part automatically based on host url regex matching, but users may set up their own dns name. We should try to make it more controllable.
Ark-kun
Metadata
Metadata
Assignees
Labels
area/authenticationarea/sdk/clientlifecycle/staleThe issue / pull request is stale, any activities remove this label.The issue / pull request is stale, any activities remove this label.priority/p2