bouncer/internal/proxy/director/layer/authn/oidc/schema.go
William Petit ee02a666a9
All checks were successful
Cadoles/bouncer/pipeline/head This commit looks good
Cadoles/bouncer/pipeline/pr-develop This commit looks good
feat: new openid connect authentication layer
2024-05-15 17:02:46 +02:00

9 lines
100 B
Go

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