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

Connect to a DB by directly supplying auth token #753

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RudraNirvan
Copy link
Contributor

Refer to the example file (examples/azuread-service-principal-authtoken/service_principal_authtoken.go) to understand how it will work.

CRLF difference is causing all the lines to be shown as changed, not sure if GitHub offers an option to ignore this while reviewing, suggestions are welcome.

Fixes #752.

@codecov
Copy link

codecov bot commented May 20, 2022

Codecov Report

Merging #753 (1818e42) into master (1598eaf) will decrease coverage by 0.15%.
The diff coverage is 0.00%.

❗ Current head 1818e42 differs from pull request most recent head 91766b9. Consider uploading reports for the commit 91766b9 to get more accurate results

@@            Coverage Diff             @@
##           master     #753      +/-   ##
==========================================
- Coverage   71.32%   71.16%   -0.16%     
==========================================
  Files          24       24              
  Lines        5388     5397       +9     
==========================================
- Hits         3843     3841       -2     
- Misses       1301     1311      +10     
- Partials      244      245       +1     
Impacted Files Coverage Δ
mssql.go 86.77% <0.00%> (-0.98%) ⬇️
tds.go 65.85% <0.00%> (-0.37%) ⬇️
token.go 64.35% <0.00%> (+0.14%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1598eaf...91766b9. Read the comment docs.

@RudraNirvan
Copy link
Contributor Author

Force push to update author details in commit. No code change - can "Compare" to verify.

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.

AAD authentication by providing auth token
1 participant