Skip to content

CRE-4343: Support mTLS in HTTP Action capability#22649

Draft
cedric-cordenier wants to merge 1 commit into
developfrom
CRE-4343-support-mtls
Draft

CRE-4343: Support mTLS in HTTP Action capability#22649
cedric-cordenier wants to merge 1 commit into
developfrom
CRE-4343-support-mtls

Conversation

@cedric-cordenier
Copy link
Copy Markdown
Contributor

Requires

Supports

Comment on lines +249 to +256
type Secret []byte

func (s Secret) String() string { return "[REDACTED]" }

type MtlsAuth struct {
PrivateKey Secret
Certificate []byte
}
Copy link
Copy Markdown
Contributor

@DylanTinianov DylanTinianov May 26, 2026

Choose a reason for hiding this comment

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

NIT: Should this be reused/ shared with duplicate code in chainlink-common/pkg/types/gateway/action.go, or perhaps extracted to somewhere like common/pkg/types/secret?

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