-
Notifications
You must be signed in to change notification settings - Fork 235
feat(connect-form): add kerberos authentication #2718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! one question on documentation links
"packages-version": "lerna version --allow-branch main --no-push --no-private -m \"chore(release): Bump package versions\"", | ||
"release": "npm run release --workspace mongodb-compass --", | ||
"reformat": "lerna run reformat --stream --no-bail", | ||
"reformat-changed": "lerna run reformat --stream --no-bail --since origin/HEAD --exclude-dependents", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
}); | ||
|
||
expect(screen.getByLabelText('Username').getAttribute('value')).to.equal( | ||
expect(screen.getByLabelText('Password').getAttribute('value')).to.equal( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah thanks for catching.
label="Principal" | ||
errorMessage={kerberosPrincipalError} | ||
state={kerberosPrincipalError ? 'error' : undefined} | ||
value={principal || ''} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previously we had an info link to https://docs.mongodb.com/manual/core/kerberos/#principals
on this input:
Do we want to keep it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah that's a good one, yeah, i'll merge this and add it right away
Main change:
Side changes: