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

Insecure certificate #1013

Closed
talset opened this Issue Aug 19, 2015 · 2 comments

Comments

Projects
None yet
2 participants
@talset
Copy link

talset commented Aug 19, 2015

Hi,

In my case i didn't have a valid certificate for my domain so when i try to get metrics with https on my openshift I have :

Get https://10.0.0.254:8443/metrics: x509: cannot validate certificate for 10.0.0.254 because it doesn't contain any IP SANs 

In the kubernetes_sd_configs, we have the insecure flag, but i didn't find in the scrape_config part
Is it possible to have something like that ?

  - job_name: 'openshift-metrics'
    scheme: https
    insecure: True

    target_groups:
      - targets: ['10.0.0.254:8443']

    bearer_token: '<token>'

Thanks,

@fabxc

This comment has been minimized.

Copy link
Member

fabxc commented Aug 19, 2015

This was added in Kubernetes with the intention to standardize it and make it available for other areas.

See #989 for reference. We are happy about any contributions in this area by people actively using it.

jimmidyson added a commit to fabric8io/prometheus that referenced this issue Sep 9, 2015

@fabxc fabxc closed this in #1055 Sep 9, 2015

fabxc added a commit that referenced this issue Jan 11, 2016

@lock

This comment has been minimized.

Copy link

lock bot commented Mar 24, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 24, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.