Skip to content

feast-dev/feast-keto-auth-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feast Keto Authorization Adaptor

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!

Running the adaptor

Assuming Keto is running at localhost:4466

mvn spring-boot:run -Dketo.url=https://localhost:4466

Testing the adaptor

mvn clean test

Building the adaptor

mvn clean package

Running the adaptor as a docker container

docker run \
    -e KETO_URL=http://localhost:4466 \
    gcr.io/kf-feast/feast-keto-auth-server:latest

Building the docker container

docker build . \ 
    -t gcr.io/kf-feast/feast-keto-auth-server:latest \
    -t gcr.io/kf-feast/feast-keto-auth-server:0.0.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published