bouncer/internal/proxy/director/layer/authn/schema.go
William Petit de70fa89f7
Some checks are pending
Cadoles/bouncer/pipeline/pr-develop Build started...
feat: new openid connect authentication layer
2024-05-17 11:53:19 +02:00

9 lines
101 B
Go

package authn
import (
_ "embed"
)
//go:embed layer-options.json
var RawLayerOptionsSchema []byte