Create allow list for event when intospection is blocked but developers

really want to use certain subqueries.
This commit is contained in:
2023-10-15 10:01:23 +01:00
parent 29ffb8a817
commit 2a0302ab75
4 changed files with 28 additions and 2 deletions
+2 -1
View File
@@ -40,6 +40,7 @@ type config struct {
}
Security struct {
BlockIntrospection bool
BlockIntrospection bool
IntrospectionAllowed []string
}
}