Skip to content

v.0.0.6

Compare
Choose a tag to compare
@kenriortega kenriortega released this 18 Jul 00:06
· 172 commits to main since this release

New features for goproxy

Tests

  • Add test for genkey command
  • Add test for proxy service on the getkey and savekey for our secrets
  • Add test for jwt validation on header interception when the api routes are protected

Fix

  • Fix bug on api key header validation

Feats

  • Add validations for jwt or api key on protected routes
  • Add option to serve our proxy with SSL if the ssl_proxy option on goproxy.yaml is enable
  ssl_proxy:
    enable: true
    ssl_port: 443
    crt_file: ./key/server.crt
    key_file: ./key/server.key