mirror of
https://github.com/hoshikawa2/oci_api_gw_custom_auth.git
synced 2026-03-06 02:10:41 +00:00
adjustments
This commit is contained in:
BIN
API Gateway config 1.png
Normal file
BIN
API Gateway config 1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 273 KiB |
BIN
API Gateway config 2.png
Normal file
BIN
API Gateway config 2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 307 KiB |
1
func.py
1
func.py
@@ -137,7 +137,6 @@ def handler(ctx, data: io.BytesIO = None):
|
|||||||
"status_code": 401,
|
"status_code": 401,
|
||||||
"message": "Unauthorized",
|
"message": "Unauthorized",
|
||||||
"body": body,
|
"body": body,
|
||||||
"body_schema_validation": json.dumps(body_schema_validation),
|
|
||||||
"error": str(ex1)
|
"error": str(ex1)
|
||||||
}})
|
}})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user