We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6c9ce commit d1c2b1cCopy full SHA for d1c2b1c
README.md
@@ -69,6 +69,7 @@ resource "oasis_deployment" "my_oneshard_deployment" {
69
security { // this section is optional
70
ca_certificate = "" // If not set, uses default certificate from project
71
ip_allowlist = "" // If not set, no allowlist is configured
72
+ disable_foxx_authentication = false // If set to true, request to Foxx apps are not authentications.
73
}
74
75
configuration {
0 commit comments