Skip to content

Commit c34fc3d

Browse files
committed
Updated README to add BasicAuth sample demo.
1 parent 18b3807 commit c34fc3d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,18 @@ This repository provides examples demonstrating how to use Oracle Functions.
3131
| Send an email using Email Delivery Service |[sample](./samples/oci-email-send-python)|
3232
| Decrypt cipher using Vault keys |[sample](./samples/oci-vault-decrypt-python)
3333
| Get a secret from Vault |[sample](./samples/oci-vault-get-secret-python)|
34-
| API Gateway Function authorizer for IDCS | |[sample](./samples/oci-apigw-authorizer-idcs-java)
3534
| Function that returns the API Gateway HTTP request information |[sample](./samples/oci-apigw-display-httprequest-info-python)
3635
| Function for API Gateway that validates an API key |[sample](./samples/oci-apigw-apikey-validation-python)
3736
| Write IAM policies that enables Functions in a tenancy to access resources in other tenancies ||[sample](./samples/oci-cross-tenancy-policies-java)
3837
| Trace a function with APM and add custom child spans using Zipkin |[sample](./samples/trace-functions-with-apm)|
3938

39+
## Using Functions with API Gateway
40+
| Description | Python | Java |
41+
|------------------------------------------------------|:------:|:----:|
42+
| API Gateway Function authorizer for IDCS | |[sample](./samples/oci-apigw-authorizer-idcs-java) |
43+
| Function that returns the API Gateway HTTP request information for testing | [sample](./samples/oci-apigw-display-httprequest-info-python) | |
44+
| Validate an API key |[sample](./samples/oci-apigw-apikey-validation-python) | |
45+
| BasicAuth Validation with IDCS | |[sample](./samples/oci-apigw-idcs-auth-basic) |
4046

4147

4248
## Using Service Connector Hub with Functions

0 commit comments

Comments
 (0)