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

OSOE-598: Add entra authentication for live metrics #777

Merged
merged 24 commits into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
cd89697
Update Lombiq.Hosting.Azure.ApplicationInsights
AydinE May 22, 2024
e824a9c
Update allow.txt
AydinE May 22, 2024
9a71602
Update Lombiq.Hosting.Azure.ApplicationInsights
AydinE May 22, 2024
86a8ffe
show local development option
AydinE May 23, 2024
6c7c445
Update Lombiq.Hosting.Azure.ApplicationInsights
AydinE May 23, 2024
20e4e53
default to false
AydinE May 23, 2024
61d031f
Update Lombiq.Hosting.Azure.ApplicationInsights
AydinE May 23, 2024
7128022
Local dev default to true
AydinE Jun 3, 2024
f948ea1
Update Lombiq.Hosting.Azure.ApplicationInsights
AydinE Jun 3, 2024
aae67fd
Service principal settings
AydinE Jun 5, 2024
1637262
Update Lombiq.Hosting.Azure.ApplicationInsights
AydinE Jun 5, 2024
5ac0e9e
Update appsettings sample and submodule
AydinE Jun 6, 2024
ea5f6f9
Update submodule, UseEntraAuthentication
AydinE Jun 7, 2024
616e007
Update Lombiq.Hosting.Azure.ApplicationInsights
AydinE Jun 7, 2024
8da2e6a
Update Lombiq.Hosting.Azure.ApplicationInsights
AydinE Jun 7, 2024
0576600
Update appsettings and submodule
AydinE Jun 10, 2024
96fb8db
ApplicationInsights docs
Piedone Jun 10, 2024
c22417d
Update Lombiq.Hosting.Azure.ApplicationInsights
AydinE Jun 12, 2024
4f38460
Merge branch 'dev' into issue/OSOE-598
AydinE Jun 12, 2024
95bb96b
merge dev
AydinE Jun 12, 2024
54be624
Revert "merge dev"
AydinE Jun 12, 2024
db7efaa
Merge branch 'dev' into issue/OSOE-598
Piedone Jun 13, 2024
9444322
Lombiq.Hosting.Azure.ApplicationInsight docs
Piedone Jun 13, 2024
659d217
Updating submodules to merged dev
Piedone Jun 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ autorun
barcode
chainable
clickable
entra
flyout
hackish
hashable
Expand Down
4 changes: 2 additions & 2 deletions src/Lombiq.OSOCE.Web/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"OrchardCore": {
"Lombiq_Hosting_Azure_ApplicationInsights": {
// Fill this out if you'd like to use the Application Insights module.
"QuickPulseTelemetryModuleAuthenticationApiKey": "your API key here",
// Enable this if you want to send local development telemetry to Application Insights.
"EnableLocalDevelopment": true,
// Some sample configuration below.
"EnableUserNameCollection": true,
"EnableLoggingTestMiddleware": true
Expand Down
Loading