nerdexam
SAP

C_CPE_2409 · Question #51

Which components are part of the API Gateway? Note: There are 3 correct answers to this question.

The correct answer is B. Ory Oathkeeper D. Istio Ingress Gateway E. Envoy Proxy. In platforms like SAP Kyma, the API Gateway is built on three core components: Ory Oathkeeper (B) acts as the identity and access proxy, enforcing authentication and authorization rules on incoming requests; Istio Ingress Gateway (D) manages and routes inbound traffic into the…

Service Implementation

Question

Which components are part of the API Gateway? Note: There are 3 correct answers to this question.

Options

  • AVirtual Hosts
  • BOry Oathkeeper
  • CIstio Egress Gateway
  • DIstio Ingress Gateway
  • EEnvoy Proxy

How the community answered

(42 responses)
  • A
    7% (3)
  • B
    88% (37)
  • C
    5% (2)

Explanation

In platforms like SAP Kyma, the API Gateway is built on three core components: Ory Oathkeeper (B) acts as the identity and access proxy, enforcing authentication and authorization rules on incoming requests; Istio Ingress Gateway (D) manages and routes inbound traffic into the service mesh; and Envoy Proxy (E) is the underlying high-performance proxy engine that handles the actual traffic forwarding and policy enforcement.

Virtual Hosts (A) is a traditional web server concept (Apache/Nginx config) - it's not a dedicated API Gateway component. Istio Egress Gateway (C) is the opposite of what you need: it controls outbound traffic leaving the mesh, not inbound API traffic.

Memory tip: Think "OIE" - Oathkeeper (who's allowed in?), Ingress Gateway (how does traffic enter?), Envoy (who actually moves the packets?). Egress is the exit door, not the API gateway entrance.

Topics

#Kyma#API Gateway#Ory Oathkeeper#Istio Ingress Gateway

Community Discussion

No community discussion yet for this question.

Full C_CPE_2409 Practice