Skip to content

feat(auth): Allow parsing PEM key files#6155

Open
jjbayer wants to merge 3 commits into
masterfrom
feat/auth-decode-pem
Open

feat(auth): Allow parsing PEM key files#6155
jjbayer wants to merge 3 commits into
masterfrom
feat/auth-decode-pem

Conversation

@jjbayer

@jjbayer jjbayer commented Jun 30, 2026

Copy link
Copy Markdown
Member

Enable deserialization of public verification / private signing keys formatted with the prefix -----BEGIN PUBLIC KEY----- and -----BEGIN PRIVATE KEY-----, respectively.

This facilitates integration with secret providers.

ref: INGEST-755

@linear-code

linear-code Bot commented Jun 30, 2026

Copy link
Copy Markdown

INGEST-755

@jjbayer jjbayer marked this pull request as ready for review June 30, 2026 19:20
@jjbayer jjbayer requested a review from a team as a code owner June 30, 2026 19:20

@Dav1dde Dav1dde left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Comment thread Cargo.toml
anyhow = "=1.0.69"
arc-swap = "1"
async-compression = { version = "0.4", features = ["tokio", "gzip", "brotli", "deflate", "zstd"] }
async-compression = { version = "0.4", features = [

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was that on purpose? Nbd but it's much easier to sort the dependency list if every entry is a single line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants