fix: health
All checks were successful
BCards Deployment Pipeline / Run Tests (push) Successful in 2s
BCards Deployment Pipeline / PR Validation (push) Has been skipped
BCards Deployment Pipeline / Build and Push Image (push) Successful in 15m13s
BCards Deployment Pipeline / Deploy to Production (ARM - OCI) (push) Successful in 1m13s
BCards Deployment Pipeline / Deploy to Staging (x86 - Local) (push) Has been skipped
BCards Deployment Pipeline / Cleanup Old Resources (push) Has been skipped
BCards Deployment Pipeline / Deployment Summary (push) Successful in 0s
All checks were successful
BCards Deployment Pipeline / Run Tests (push) Successful in 2s
BCards Deployment Pipeline / PR Validation (push) Has been skipped
BCards Deployment Pipeline / Build and Push Image (push) Successful in 15m13s
BCards Deployment Pipeline / Deploy to Production (ARM - OCI) (push) Successful in 1m13s
BCards Deployment Pipeline / Deploy to Staging (x86 - Local) (push) Has been skipped
BCards Deployment Pipeline / Cleanup Old Resources (push) Has been skipped
BCards Deployment Pipeline / Deployment Summary (push) Successful in 0s
This commit is contained in:
parent
f0c93d83a8
commit
4ab141436f
@ -28,8 +28,8 @@ public class ExternalServicesHealthCheck : IHealthCheck
|
||||
// Lista de serviços externos para verificar
|
||||
var services = new Dictionary<string, string>
|
||||
{
|
||||
{ "google_oauth", "https://accounts.google.com/.well-known/openid_configuration" },
|
||||
{ "microsoft_oauth", "https://login.microsoftonline.com/common/v2.0/.well-known/openid_configuration" }
|
||||
{ "google_oauth", "https://accounts.google.com" },
|
||||
{ "microsoft_oauth", "https://login.microsoftonline.com" }
|
||||
};
|
||||
|
||||
foreach (var service in services)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user