Categorygithub.com/Soontao/secure-app-proxy
modulepackage
0.0.0-20241123163551-c474a378b487
Repository: https://github.com/soontao/secure-app-proxy.git
Documentation: pkg.go.dev

# README

Secure App Proxy

secure your app, with most simplest setup

Go Build codecov

Configuration

by system environment only

  • UPSTREAM
  • header modifications
    • modify out request headers
      • APPEND_FORWARD_HEADERS - APPEND_FORWARD_HEADERS=false
      • APPEND_REQ_HEADERS - APPEND_REQ_HEADERS_X-A=cccc
      • DELETE_REQ_HEADERS - DELETE_REQ_HEADERS_authorization=true
    • modify out response headers
      • APPEND_RES_HEADERS
      • DELETE_RES_HEADERS
  • JWT_SECRET
    • forward X-User-Subject to upstream
  • RATE_LIMIT - document
  • FORM_LOGIN
    • STORAGE
  • odic integration
    • ODIC_ISSUER
    • ODIC_CLIENT_ID
    • ODIC_CLIENT_SECRET
    • ODIC_CALLBACK_URL
    • ODIC_SESSION_SECRET
    • logout

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author