blob: 0330f82a42515f8e489bb82fdd99eedd95137e9a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- policy/enforcer.go.orig 2025-11-15 20:20:44 UTC
+++ policy/enforcer.go
@@ -54,7 +54,7 @@ type checkedClaims struct {
}
// The default location for policy plugins
-const pluginPolicyDir = "/etc/opk/policy.d"
+const pluginPolicyDir = "%%PREFIX%%/etc/opk/policy.d"
// Validates that the server defined identity attribute matches the
// respective claim from the identity token
|