This application acts as an external HTTP authorization adaptor/proxy for Feast to integrate with Keto.
⚠️ This repository is purely an example and should not be used in production!
Assuming Keto is running at localhost:4466
mvn spring-boot:run -Dketo.url=https://localhost:4466
mvn clean test
mvn clean package
docker run \
-e KETO_URL=http://localhost:4466 \
gcr.io/kf-feast/feast-keto-auth-server:latest
docker build . \
-t gcr.io/kf-feast/feast-keto-auth-server:latest \
-t gcr.io/kf-feast/feast-keto-auth-server:0.0.1