Re: API health or status page

2017-02-09 Thread Srinivas Naga Kotaru (skotaru)
Cc: dev <dev@lists.openshift.redhat.com> Subject: Re: API health or status page See the cluster-status role as an example: oc export clusterroles cluster-status -o yaml > myrole.yaml Change the name to a custom name, and include only the urls you would want anonymous users to access T

Re: API health or status page

2017-02-09 Thread Srinivas Naga Kotaru (skotaru)
, 2017 at 2:34 PM To: Srinivas Naga Kotaru <skot...@cisco.com> Cc: Jordan Liggitt <jligg...@redhat.com>, dev <dev@lists.openshift.redhat.com> Subject: Re: API health or status page Isn't /version open by default? -- Mateus Caruccio / Master of Puppets GetupCloud.com - Eliminamos a

Re: API health or status page

2017-02-09 Thread Srinivas Naga Kotaru (skotaru)
Perfect. Thank you very much Jordan. Appreciated for quick help -- Srinivas Kotaru From: Jordan Liggitt <jligg...@redhat.com> Date: Thursday, February 9, 2017 at 2:26 PM To: Srinivas Naga Kotaru <skot...@cisco.com> Cc: dev <dev@lists.openshift.redhat.com> Subject: Re: API hea

Re: API health or status page

2017-02-09 Thread Jordan Liggitt
document which explains? > > > > > > -- > > *Srinivas Kotaru* > > > > *From: *Jordan Liggitt <jligg...@redhat.com> > *Date: *Thursday, February 9, 2017 at 1:57 PM > *To: *Srinivas Naga Kotaru <skot...@cisco.com> > *Cc: *dev <dev@lists.openshift.redhat.com&g

API health or status page

2017-02-09 Thread Srinivas Naga Kotaru (skotaru)
Can I use any API call without authentication? I need an API URL to put into my monitoring agent to periodically check health. All most all API calls need token or authentication. Although I can use a service account and use secret as a token since it doesn’t expire, am looking for a simple