• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

erlef / oidcc / 148
91%

Build:
DEFAULT BRANCH: main
Ran 10 Jan 2024 03:19PM UTC
Jobs 1
Files 16
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Jan 2024 03:18PM UTC coverage: 92.215% (-1.1%) from 93.34%
148

push

github

web-flow
`tls_client_auth` (#328)

* feat: parse `mtls_endpoint_aliases`

* feat: use `mtls_endpoint_aliases` if using `tls_client_auth` method

* feat(oidcc_profile): allow tls_client_auth, enforce ciphers

* feat: create an httpc profile which disables keep-alive/pipelining

As noted in
https://github.com/erlef/oidcc/issues/318#issuecomment-1880065555,
`httpc` by default will re-use existing connections. This is great if
you're using normal HTTPS, but if you're using client authentication
then you need to make sure that every time `httpc` connects to a host,
it's using the client authentication, which is impossible in practice.

This works around that, by creating a new profile which disables that
functionality. Using that profile for requests which provide SSL
overrides will ensure that each of those requests will use the client certificate.

* feat: tell `httpc` to close the connection if we're using client certs

In addition to the separate profile, this header serves as a note to
both the remote server and `httpc` that we're not keeping the connection
open after the request.`

* feat: `httpc_profile` opt and have the client manage the HTTPC profile

* fixup! feat: `httpc_profile` opt and have the client manage the HTTPC profile

995 of 1079 relevant lines covered (92.22%)

172.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 148.1 10 Jan 2024 03:19PM UTC 0
92.22
GitHub Action Run
Source Files on build 148
Detailed source file information is not available for this build.
  • Back to Repo
  • 97dcc2af on github
  • Prev Build on main (#145)
  • Next Build on main (#149)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc