cyberark/secretless-broker

View on GitHub
examples/generic_connector_configs/sentry_secretless.yml

Summary

Maintainability
Test Coverage
version: 2
services:
  # Authentication tokens are passed using an auth header, and are used to
  # authenticate as a user account with the API.
  sentry-oauth:
    connector: generic_http
    listenOn: tcp://0.0.0.0:8071
    credentials:
      token:
        from: keychain
        get: service#sentry/token
    config:
      headers:
        Authorization: Bearer {{ .token }}
      forceSSL: true
      authenticateURLsMatching:
        - ^http[s]*