Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 340 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 340 Bytes

osdf-namespace

Go Gin app for managing osdf namespaces

Quickstart: Tesing on localhost

Prerequisites

  • A CILogon OIDC Clinet ID and Secret
  • Edit OIDCClientID and OIDCClientSecret in main.go

Run Local Service

docker build -t namespace .
docker run -it -p 8080:8080 -v ${PWD}:/app/ namespace bash 
go run main.go