Skip to content
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

Does it support the domain user for MSSQL authentication? #44

Open
brajeshpalod opened this issue Jul 28, 2022 · 2 comments
Open

Does it support the domain user for MSSQL authentication? #44

brajeshpalod opened this issue Jul 28, 2022 · 2 comments

Comments

@brajeshpalod
Copy link

No description provided.

@molu8bits
Copy link

Seems I have similar problem with domain account.
when I use

"-e USERNAME='domain\username' -e PASSWORD='somepassword'"

then I get:

2022-09-09T15:54:44.390Z app Received /metrics request Failed to connect to database: Login failed for user 'domain\username'. 2022-09-09T15:54:44.440Z app Error handling /metrics request

I tried to following options but nothing worked:
USERNAME='domain\username'
USERNAME='domain\\username'
USERNAME='domain/username'

@dbond007
Copy link

I havent tested yet, but will be looking into using this exporter soon, so will also be needing domain user usage. But have you tried
username@FQDN for the user?

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

No branches or pull requests

3 participants