ostreedev / ostree-rs-ext

Rust library with higher level APIs on top of the core ostree API
Apache License 2.0
72 stars 22 forks source link

proxy: Fix logic error with auth_data switch #639

Closed cgwalters closed 1 month ago

cgwalters commented 1 month ago

The previous change switched to use auth_data directly instead of passing the file. Update the logic just below which needs adjustment to continue to support authenticated pulls.

cgwalters commented 1 month ago

Will look at some test coverage for this using ghcr.io per PR