auth-backend: added note about oauth2-proxy example setup

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-05-02 17:35:36 +02:00
parent 5d268623dd
commit 09fff50b27
@@ -30,6 +30,11 @@ import { prepareBackstageIdentityResponse } from '../prepareBackstageIdentityRes
import { createAuthProviderIntegration } from '../createAuthProviderIntegration';
import { IncomingHttpHeaders } from 'http';
// NOTE: This may come in handy if you're doing work on this provider:
//
// plugins/auth-backend/examples/docker-compose.oauth2-proxy.yaml
//
export const OAUTH2_PROXY_JWT_HEADER = 'X-OAUTH2-PROXY-ID-TOKEN';
/**