Skip to content

notanatol/auth-proxy

Repository files navigation

auth-proxy

This application will run between the bee instance and the outer world providing authentication and authorization capabilities.

To start:

go run . --internal-port 1643 --external-port 1645 --ingress-url 'http://localhost:1633'

To access an internal endpoint (whitelisted):

curl -vv localhost:1643/pins

you should get a similar response:

{
   "references" : []
}

To access an external endpoint (blacklisted):

curl -vv localhost:1645/node

The response code should be 404 since node endpoint is blocklisted on the external route.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages