Skip to content

Commit

Permalink
Allow auth method to be customized during auto-configure for service …
Browse files Browse the repository at this point in the history
…connectors
  • Loading branch information
stefannica committed Feb 19, 2025
1 parent e8b7d51 commit a418922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zenml/cli/service_connectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,6 @@ def register_service_connector(
else:
auto_configure = False

auth_method = None
connector_model: Optional[
Union[ServiceConnectorRequest, ServiceConnectorResponse]
] = None
Expand All @@ -685,6 +684,7 @@ def register_service_connector(
description=description or "",
connector_type=connector_type,
resource_type=resource_type,
auth_method=auth_method,
expires_skew_tolerance=expires_skew_tolerance,
auto_configure=True,
verify=True,
Expand Down

0 comments on commit a418922

Please sign in to comment.