Skip to content

Conversation

@sharmagot
Copy link
Collaborator

@sharmagot sharmagot commented Aug 7, 2025

  1. Vertica supports TOTP-based authentication as part of multi-factor authentication (MFA).

  2. To enable MFA for a new user, create the user with the following command:

CREATE USER ravi IDENTIFIED BY 'vertica' ENFORCEMFA;

  1. After the user is created, the generated secret key must be added to a TOTP app like Microsoft Authenticator.

  2. The TOTP app will generate a time-based code every 30 seconds, which is required during user login.

Screenshot of testcase :
MFA_Sceenshot

@sharmagot sharmagot requested a review from ssharieff21 August 7, 2025 10:03
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


gksharma seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@sharmagot sharmagot requested a review from vipulkotfi August 12, 2025 03:56
@sharmagot sharmagot requested a review from viveknair1 August 22, 2025 08:06
@sharmagot sharmagot requested a review from mkottakota1 November 6, 2025 09:32
@mkottakota1
Copy link
Collaborator

Why Go Unit tests "Corresponding Go unit tests have been added to validate the TOTP-based authentication flow." ??

Please correct this in the description.

Copy link
Collaborator

@mkottakota1 mkottakota1 left a comment

Choose a reason for hiding this comment

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

Overall, excellent structure — just minor cleanups needed for polish and safety

@sharmagot
Copy link
Collaborator Author

Why Go Unit tests "Corresponding Go unit tests have been added to validate the TOTP-based authentication flow." ??

Please correct this in the description.

@sharmagot sharmagot closed this Nov 13, 2025
@sharmagot
Copy link
Collaborator Author

Why Go Unit tests "Corresponding Go unit tests have been added to validate the TOTP-based authentication flow." ??

Please correct this in the description.

Corrected the description .

@sharmagot sharmagot reopened this Nov 13, 2025
@mkottakota1
Copy link
Collaborator

Since, the Git pipelines are failing, I would like to see the local test suite results for the new and existing test cases to avoid regressions.

@sharmagot
Copy link
Collaborator Author

Hi @mkottakota1

please find the regression run screenshot.
python_full_regration

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