Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

CF Auth Proxy

Vera Reynolds edited this page Nov 18, 2019 · 2 revisions

The indicator-cf-auth-proxy BOSH job allows proxying indicator registry GET requests with a UAA OAuth token.

The CF auth proxy is discoverable by applications running in PAS at https://cf-auth-proxy.service.internal:10569.

Given a UAA token with either doppler.firehose or logs.admin permissions, the following request would return all indicator documents available in the registry:

GET https://cf-auth-proxy.service.internal:10569/v1/indicator-documents?token=TOKEN

Clone this wiki locally