Courseiva
Security And SCCeasyMultiple ChoiceObjective-mapped

EX280 Security And SCC Practice Question

A developer deploys an application using a Route that terminates TLS using the Edge termination strategy. The developer wants to ensure that all insecure HTTP traffic to the route is automatically redirected to HTTPS. Where must this setting be configured?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

In the Route resource spec.tls.insecureEdgeTerminationPolicy field set to Redirect.

Insecure edge termination policy can be set on the Route resource itself using the spec.tls.insecureEdgeTerminationPolicy field set to Redirect.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • By modifying the haproxy.config global template ConfigMap in the openshift-ingress namespace.

    Why it's wrong here

    Modifying HAProxy templates directly is unsupported and unnecessary for this task.

  • In the Route resource spec.tls.insecureEdgeTerminationPolicy field set to Redirect.

    Why this is correct

    Setting insecureEdgeTerminationPolicy to Redirect instructs the router to send a 301 redirect for HTTP requests.

  • In the IngressController custom resource under spec.routeAdmission.wildcardPolicy.

    Why it's wrong here

    This setting controls wildcard route admissions, not redirection.

  • In the Service resource annotations using route.openshift.io/termination: redirect.

    Why it's wrong here

    Service annotations do not control router-level TLS redirection.

About these practice questions

Courseiva writes every EX280 question from scratch — 509 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official Red Hat exam blueprint

This EX280 practice question is part of Courseiva's free Red Hat certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the EX280 exam.