Skip to content

CB-5563 [TE] Change credentials - 'save credentials' is not marked for auth even if it is saved#2981

Merged
Wroud merged 5 commits intodevelfrom
CB-5563-te-change-credentials-save-credentials-is-not-marked-for-auth-even-if-it-is-saved
Oct 10, 2024
Merged

CB-5563 [TE] Change credentials - 'save credentials' is not marked for auth even if it is saved#2981
Wroud merged 5 commits intodevelfrom
CB-5563-te-change-credentials-save-credentials-is-not-marked-for-auth-even-if-it-is-saved

Conversation

@sergeyteleshev
Copy link
Copy Markdown
Contributor

No description provided.

@sergeyteleshev sergeyteleshev self-assigned this Oct 8, 2024
for (const id of this.networkHandlers) {
const handler = connection.networkHandlersConfig.find(handler => handler.id === id);

if (handler && (handler.userName || handler.authType !== NetworkHandlerAuthType.Password)) {
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.

What changed? Why don't we want this check anymore?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

cause it does not apply for SSL (no username and NetworkHandlerAuthType.Password)
see the last attached case to the ticket in the comments

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

reverted this logic. we need to groom this form in general cause it has several issues with SSH and SSL fields (created tickets for that)

@Wroud Wroud merged commit 2e5b71e into devel Oct 10, 2024
@Wroud Wroud deleted the CB-5563-te-change-credentials-save-credentials-is-not-marked-for-auth-even-if-it-is-saved branch October 10, 2024 15:38
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.

4 participants