summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aa-local.yaml5
-rw-r--r--aa-server.yaml5
2 files changed, 4 insertions, 6 deletions
diff --git a/aa-local.yaml b/aa-local.yaml
index 75cccd0..ee75705 100644
--- a/aa-local.yaml
+++ b/aa-local.yaml
@@ -3,15 +3,14 @@
:authorization:
:server: AA
:free_request: #request-method not controlled by A&A
- - "GET"
- - "POST"
- "HEAD"
- "DELETE"
- "PUT"
:authenticate_request: #only for authenticated user
- ""
:authorize_request: #only for authenticated and authorizeduser
- - ""
+ - "GET"
+ - "POST"
# Exceptions:
:free_uris: #request-method for uri not controlled by A&A
? - :GET
diff --git a/aa-server.yaml b/aa-server.yaml
index 75cccd0..ee75705 100644
--- a/aa-server.yaml
+++ b/aa-server.yaml
@@ -3,15 +3,14 @@
:authorization:
:server: AA
:free_request: #request-method not controlled by A&A
- - "GET"
- - "POST"
- "HEAD"
- "DELETE"
- "PUT"
:authenticate_request: #only for authenticated user
- ""
:authorize_request: #only for authenticated and authorizeduser
- - ""
+ - "GET"
+ - "POST"
# Exceptions:
:free_uris: #request-method for uri not controlled by A&A
? - :GET