Skip to content

Conversation

BigPandaToo
Copy link
Contributor

@BigPandaToo BigPandaToo commented Jul 29, 2021

Enrollment APIs (Kibana and Node) should return certs
and keys encoded by standard Base64 encoding,
not the Url safe Base64 one.
PEM files require standard Base64 encoding, so using
safe Url encoding creates unnecessary complexity.
This change changes the encoding of the standard one.

Resolves #75781

Enroll API to return CA cert using standard Base64
@BigPandaToo BigPandaToo added >bug :Security/Security Security issues without another label v8.0.0 Team:Security Meta label for security team labels Jul 29, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-security (Team:Security)

Copy link
Contributor

@jkakavas jkakavas left a comment

Choose a reason for hiding this comment

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

LGTM, let's change "encryption" to "encoding" in the description of the PR

@jkakavas
Copy link
Contributor

jkakavas commented Aug 3, 2021

LGTM, let's change "encryption" to "encoding" in the description of the PR

In addition to that, I think we can remove the bug label and add non-issue as this is not a released feature

@BigPandaToo BigPandaToo merged commit 453877d into elastic:master Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>non-issue :Security/Security Security issues without another label Team:Security Meta label for security team v8.0.0-alpha1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Do not return CA cert using URL safe Base 64 encoding

5 participants