Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
/ NuGet.Jobs Public archive

Use SQL AAD for DEV Validation connections #655

Merged
merged 2 commits into from
Nov 6, 2018
Merged

Conversation

chenriksson
Copy link
Member

@chenriksson chenriksson commented Nov 6, 2018

Tracking: https://github.com/NuGet/Engineering/issues/1618

(Separating Gallery and Validation DB config into separate commits)

@chenriksson chenriksson force-pushed the chenriks-sqlaad-nonval branch from 23e4dcd to b38fa3e Compare November 6, 2018 21:12
},
"ValidationDb": {
"ConnectionString": "Data Source=tcp:#{Jobs.nuget.services.revalidate.DatabaseAddress};Initial Catalog=nuget-dev-validation;Integrated Security=False;User ID=$$Dev-ValidationDBWriter-UserName$$;Password=$$Dev-ValidationDBWriter-Password$$;Connect Timeout=30;Encrypt=True"
"ConnectionString": "Data Source=tcp:#{Jobs.nuget.services.revalidate.DatabaseAddress};Initial Catalog=nuget-dev-validation;Persist Security Info=False;Connect Timeout=30;Encrypt=True;TrustServerCertificate=False;Application Name=Revalidate;AadTenant=#{Deployment.Azure.ActiveDirectory.Tenant};AadClientId=#{Deployment.Azure.ActiveDirectory.ValidationDbWriter.ClientId};AadCertificate=$$dev-validationdb-writer$$"

Copy link
Contributor

Choose a reason for hiding this comment

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

There's an extra line here

Copy link
Contributor

Choose a reason for hiding this comment

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

It seems this extra line was added to several other files too

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks for catching - will fix.

@@ -105,13 +105,13 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="NuGet.Services.Configuration">
<Version>2.29.0</Version>
<Version>2.33.0-chenriks-sql-2183245</Version>
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't forget to update to a master branch build :)

Copy link
Member Author

Choose a reason for hiding this comment

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

Was handled in #653 ; I wanted these in separate commits, so I had PRs off my feature branch and will rebase.

@chenriksson chenriksson changed the base branch from chenriks-sqlaad-nonval to dev November 6, 2018 21:31
@chenriksson chenriksson merged commit b1391d4 into dev Nov 6, 2018
@chenriksson chenriksson deleted the chenriks-sqlaad-val branch November 6, 2018 21:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants