Juan Pablo Calleja

Results 3 issues of Juan Pablo Calleja

When using the mystikos base image to build a container one library that needs to be installed is cryptsetup-bin: `RUN apt-get update && apt-get install -y cryptsetup-bin` The ask is...

status/triaged
severity/moderate
area/tooling

Use comma-separated list to format the logged string. # Fix logging of certificate chain errors. - [x] You've read the [Contributor Guide](https://github.com/dotnet/aspnetcore/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/dotnet/aspnetcore/blob/main/CODE-OF-CONDUCT.md). - [x] You've included...

area-security
community-contribution

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug https://github.com/dotnet/aspnetcore/blob/main/src/Security/Authentication/Certificate/src/CertificateAuthenticationHandler.cs#L155 In CertificateAuthenticationHandler line 155 you log event: Logger.CertificateFailedValidation(clientCertificate.Subject, chainErrors);...

bug
area-security