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

Accept passphrase at client #1652

Open
zillani opened this issue Sep 22, 2017 · 2 comments
Open

Accept passphrase at client #1652

zillani opened this issue Sep 22, 2017 · 2 comments

Comments

@zillani
Copy link
Contributor

zillani commented Sep 22, 2017

Issue type:
Feature request

Description

We have set up linkerd with cert & key at client side to have mutual tls communication, the cert at client side has a passphrase. We need linkerd to accept this passphrase at config level or equivalent and process the request with the keys.

Config

      client:
        kind: io.l5d.static
        configs:
        - prefix: "/$/io.buoyant.rinet/9083/{service}"
          tls:
            commonName: "{service}.bar.com"
            clientAuth:
              certPath: /io.buoyant/linkerd/certs/my-certificate.pem
              keyPath: /io.buoyant/linkerd/certs/my-key.pem

Endpoint is like

curl -vk https://foo.bar.com:9083/xyz --cert mykeystore.pem:changeit

"changeit" is the passphrase

Thank you.

@wmorgan
Copy link
Member

wmorgan commented Oct 6, 2017

@adleong what do you think?

@adleong
Copy link
Member

adleong commented Oct 11, 2017

This sounds like a good idea. Pull requests welcome.

Tim-Brooks pushed a commit to Tim-Brooks/linkerd that referenced this issue Dec 20, 2018
)

When pods or deployments are in an "Initialization" phase we currently see a "warning" icon that represents pods going under some kind of change. This may sometimes seem alarming when initially injecting pods after installing Linkerd.

This PR adds a new icon that shows up when pods are in the "PodInitializing" phase and shows the former "warning" icon when there is an error in starting pods.

fixes linkerd#1652

Signed-off-by: Dennis Adjei-Baah <[email protected]>
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

No branches or pull requests

3 participants