Giter Club home page Giter Club logo

bouncer's People

Contributors

fossabot avatar kaancfidan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

fossabot

bouncer's Issues

Implement TLS termination for reverse proxy scenario

In the reverse proxy scenario, it might be useful for some users if bouncer also performed TLS termination.

TLS termination should be optional and should only be forced when a certificate is configured during deployment.

Allow anonymous check request method bug

Config:

routePolicies:
 - path: /**
   allowAnonymous: true
 - path: /**
   methods: [DELETE]
   allowAnonymous: false

Expected behavior:
Only DELETE requests should be authenticated, all others pass anonymously.

Actual behavior:
DELETE also passes anonymously.

Integration tests

A few test cases that cover reading actual config files and respond to actual HTTP requests are needed.

Fix allow anonymous condition

When multiple route policies are matched to an anonymous request, if the most narrow path is allowed anonymously, the request should be allowed

Fix gosec warning about ListenAndServe without timeout

gosec warning:

[/github/workspace/main.go:47] - G114 (CWE): Use of net/http serve function that has no support for setting timeouts (Confidence: HIGH, Severity: MEDIUM)
46:
47: err = http.ListenAndServe(f.listenAddress, nil)
48: log.Fatal(err)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.