Skip to content

tchorzewski1991/gatekeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gatekeeper

This project is ... WIP (TODO: describe more verbosely)

Prerequisites

Running this project locally assumes you have installed version of Go 1.20 or higher.

In order to verify whether your local environment is set up properly run the following command:

go version

If you don't have your local copy of Go tooling follow the installation guide from: https://go.dev

How to run project

Clone the project

git clone https://github.com/tchorzewski1991/gatekeeper.git

Go to the project directory

cd gatekeeper

Install necessary dependencies (TODO: describe more verbosely):

make install-tools
make tidy

Start the gatekeeper node with (TODO: describe more verbosely):

make run

Send test grpc request for auth (TODO: describe more verbosely):

make send_auth

Shutdown the node

ctrl+c

Run tests

To run tests, use the following command:

make tests

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published