Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certficate Manager not taking '-----BEGIN NEW CERTIFICATE REQUEST-----' pem files #68685

Closed
raravena80 opened this issue Sep 14, 2018 · 3 comments
Labels
sig/auth Categorizes an issue or PR as relevant to SIG Auth.

Comments

@raravena80
Copy link

Is this a BUG REPORT or FEATURE REQUEST?:

/kind bug

What happened:

Kubernetes certificate manager doesn't like the format of your CSR header:

-----BEGIN NEW CERTIFICATE REQUEST----- nor the ending
-----END NEW CERTIFICATE REQUEST-----.

it does like:

-----BEGIN CERTIFICATE REQUEST----- and
-----END CERTIFICATE REQUEST-----

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

To support as openssl supports:

-----BEGIN NEW CERTIFICATE REQUEST-----
-----END NEW CERTIFICATE REQUEST-----.

Anything else we need to know?:

Environment:

  • Kubernetes version (use kubectl version):
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.2", GitCommit:"bb9ffb1654d4a729bb4cec18ff088eacc153c239", GitTreeState:"clean", BuildDate:"2018-08-07T23:17:28Z", GoVersion:"go1.10.3", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.2", GitCommit:"bb9ffb1654d4a729bb4cec18ff088eacc153c239", GitTreeState:"clean", BuildDate:"2018-08-07T23:08:19Z", GoVersion:"go1.10.3", Compiler:"gc", Platform:"linux/amd64"}
  • Cloud provider or hardware configuration: AWS
  • OS (e.g. from /etc/os-release): Ubuntu
  • Kernel (e.g. uname -a):
    Linux ip-172-31-1-118 4.15.0-1019-aws Use Docker to host most server components #19-Ubuntu SMP Fri Aug 10 09:34:35 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
  • Install tools: N/A
  • Others: N/A
@k8s-ci-robot k8s-ci-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Sep 14, 2018
@raravena80 raravena80 changed the title Certficate Manager not taking -----BEGIN NEW CERTIFICATE REQUEST----- pem files Certficate Manager not taking '-----BEGIN NEW CERTIFICATE REQUEST-----' pem files Sep 14, 2018
@raravena80
Copy link
Author

/sig auth

@k8s-ci-robot k8s-ci-robot added sig/auth Categorizes an issue or PR as relevant to SIG Auth. and removed needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Sep 14, 2018
@liggitt
Copy link
Member

liggitt commented Sep 22, 2018

Duplicate of
#68677

/close

@k8s-ci-robot
Copy link
Contributor

@liggitt: Closing this issue.

In response to this:

Duplicate of
#68677

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/auth Categorizes an issue or PR as relevant to SIG Auth.
Projects
None yet
Development

No branches or pull requests

3 participants