AWS prescriptive-guidance documentation change
Summary
Fixed broken link formatting and updated OPA documentation URLs.
Security assessment
Changes are purely cosmetic (link formatting) and documentation URL updates without any security context or feature additions.
Diff
diff --git a/prescriptive-guidance/latest/saas-multitenant-api-access-authorization/faq.md b/prescriptive-guidance/latest/saas-multitenant-api-access-authorization/faq.md index 74072625a..796c14393 100644 --- a//prescriptive-guidance/latest/saas-multitenant-api-access-authorization/faq.md +++ b//prescriptive-guidance/latest/saas-multitenant-api-access-authorization/faq.md @@ -69 +69 @@ Verified Permissions uses the open source Cedar policy language, whereas OPA use -**A.** You can run OPA on Lambda as a Go library. For information about how you can do this for an [API Gateway Lambda authorizer](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-use-lambda-authorizer.html), see the AWS blog post [Creating a custom ](https://aws.amazon.com/blogs/opensource/creating-a-custom-lambda-authorizer-using-open-policy-agent/)Lambda[ authorizer using Open Policy Agent.](https://aws.amazon.com/blogs/opensource/creating-a-custom-lambda-authorizer-using-open-policy-agent/) +**A.** You can run OPA on Lambda as a Go library. For information about how you can do this for an [API Gateway Lambda authorizer](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-use-lambda-authorizer.html), see the AWS blog post [Creating a custom Lambda authorizer using Open Policy Agent](https://aws.amazon.com/blogs/opensource/creating-a-custom-lambda-authorizer-using-open-policy-agent/). @@ -77 +77 @@ Verified Permissions uses the open source Cedar policy language, whereas OPA use -**A.** Yes. The OPA documentation provides examples for [Kubernetes](https://www.openpolicyagent.org/docs/latest/kubernetes-introduction/), [Envoy](https://www.openpolicyagent.org/docs/latest/envoy-introduction/), [Docker](https://www.openpolicyagent.org/docs/latest/docker-authorization/), [Kafka](https://www.openpolicyagent.org/docs/latest/kafka-authorization/), [SSH and sudo](https://www.openpolicyagent.org/docs/latest/ssh-and-sudo-authorization/), and [Terraform](https://www.openpolicyagent.org/docs/latest/terraform/). Additionally, OPA can return arbitrary JSON responses to queries by using Rego partial rules. Depending on the query, OPA can be used to answer many questions with JSON responses. +**A.** Yes. The OPA documentation provides examples for [Kubernetes](https://www.openpolicyagent.org/docs/kubernetes), [Envoy](https://www.openpolicyagent.org/docs/envoy), [Docker](https://www.openpolicyagent.org/docs/latest/docker-authorization/), [Kafka](https://www.openpolicyagent.org/docs/latest/kafka-authorization/), [SSH and sudo](https://www.openpolicyagent.org/docs/latest/ssh-and-sudo-authorization/), and [Terraform](https://www.openpolicyagent.org/docs/latest/terraform/). Additionally, OPA can return arbitrary JSON responses to queries by using Rego partial rules. Depending on the query, OPA can be used to answer many questions with JSON responses.