You can set up a role that allows access to the API endpoints you want, and bind that role to the `system:unauthenticated` group, and it will allow accessing that API without any authentication.
On Thu, Feb 9, 2017 at 4:55 PM, Srinivas Naga Kotaru (skotaru) < [email protected]> wrote: > 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 > solution if possible > > > > > > > > -- > > *Srinivas Kotaru* > > _______________________________________________ > dev mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/dev > >
_______________________________________________ dev mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
