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

[newrelic-infrastructure] Add custom certificates for integrations #201

Closed
gsanchezgavier opened this issue Nov 18, 2020 · 5 comments
Closed
Labels
triage/pending Issue or PR is pending for triage and prioritization.

Comments

@gsanchezgavier
Copy link
Contributor

Is your feature request related to a problem? Please describe.

When an integration needs to connect to the service using a certificate there is no a current value to add that using the chart

Describe the solution you'd like

Would be nice to have a value to add a certificate file .pem to a secret and that secret to be mounted in the pod so could be used by the integration.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

@imnot-abot
Copy link

hi @gsanchezgavier which integrations are you working with which miss that capability? I'm working with mongo/rabbitmq and at least both of them support that..

@gsanchezgavier
Copy link
Contributor Author

hi @imnot-abot this issue refers to a feature for the chart that facilitate the process, is not for a particular integration.

@imnot-abot
Copy link

ok well you can do that today by adding your certs as secrets in secret.yaml and then load them in the daemonset config like:

volumeMounts:

  • name: mq-tls
    mountPath: /etc/newrelic/certfiles
    volumes:
  • name: mq-tls
    secret:
    secretName: my-mq-certs
    defaultMode: 420

and lastly add per integration configuration to use/trust the appropriate certs in values.yaml.
I don't think they will create a single config point for ALL possible integrations as each integration uses different naming conventions and get different config items... anyway.. hope it helps

@imnot-abot
Copy link

and use it in the CA_BUNDLE_FILE param in the integration config

@kang-makes
Copy link
Contributor

kang-makes commented May 6, 2022

Issue moved to newrelic/nri-kubernetes#413

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/pending Issue or PR is pending for triage and prioritization.
Projects
None yet
Development

No branches or pull requests

4 participants