feat: login
All checks were successful
BCards Multi-Tenant Deployment Pipeline / Run Tests (push) Successful in 8s
BCards Multi-Tenant Deployment Pipeline / PR Validation (push) Has been skipped
BCards Multi-Tenant Deployment Pipeline / Build and Push Image (push) Successful in 9m21s
BCards Multi-Tenant Deployment Pipeline / Deploy to Release Swarm (ARM) (push) Has been skipped
BCards Multi-Tenant Deployment Pipeline / Deploy bcards.site (push) Successful in 1m5s
BCards Multi-Tenant Deployment Pipeline / Deploy spicylinks.site (push) Successful in 1m1s
BCards Multi-Tenant Deployment Pipeline / Deploy luslinks.site (push) Successful in 1m2s
BCards Multi-Tenant Deployment Pipeline / Cleanup Old Resources (push) Has been skipped
BCards Multi-Tenant Deployment Pipeline / Deployment Summary (push) Successful in 0s

This commit is contained in:
Ricardo Carneiro 2026-04-25 22:52:38 -03:00
parent 127424fc70
commit 0e7e3d552e
3 changed files with 4 additions and 3 deletions

View File

@ -35,7 +35,8 @@
"Bash(ss:*)", "Bash(ss:*)",
"Bash(lsof:*)", "Bash(lsof:*)",
"Bash(dotnet run:*)", "Bash(dotnet run:*)",
"Bash(dotnet user-secrets:*)" "Bash(dotnet user-secrets:*)",
"Bash(xargs grep:*)"
] ]
}, },
"enableAllProjectMcpServers": false "enableAllProjectMcpServers": false

View File

@ -626,7 +626,7 @@ app.Use(async (context, next) =>
"frame-src 'self' https://accounts.google.com https://login.microsoftonline.com; " + "frame-src 'self' https://accounts.google.com https://login.microsoftonline.com; " +
"object-src 'none'; " + "object-src 'none'; " +
"base-uri 'self'; " + "base-uri 'self'; " +
"form-action 'self'"; "form-action 'self' https://accounts.google.com https://login.microsoftonline.com";
context.Response.Headers.Append("Content-Security-Policy", csp); context.Response.Headers.Append("Content-Security-Policy", csp);
// Load balancer e debugging headers // Load balancer e debugging headers

View File

@ -147,7 +147,7 @@
}, },
"Microsoft": { "Microsoft": {
"ClientId": "b411606a-e574-4f59-b7cd-10dd941b9fa3", "ClientId": "b411606a-e574-4f59-b7cd-10dd941b9fa3",
"ClientSecret": ".v88Q~2UIFu926J9lETzY_dY16Wqxo0QvYECjdvx" "ClientSecret": "bff10c42-f1e5-487b-bacb-16b1b691aa7d"
} }
}, },
"Moderation": { "Moderation": {