bouncer/internal/proxy/director/layer/authn/schema.go
William Petit a9510ba45c
All checks were successful
Cadoles/bouncer/pipeline/pr-develop This commit looks good
feat: new openid connect authentication layer
2024-05-16 12:05:38 +02:00

9 lines
101 B
Go

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