When using Consul intentions, what is the default behavior if no intention is found for a service pair?
Trap 1: Explicit Deny.
Standard configurations often default to allow unless configured otherwise.
Trap 2: The request is buffered.
Requests are not buffered by default.
Trap 3: The connection is rejected by the agent.
The agent does not reject connections without policy enforcement.
- A
Explicit Deny.
Why wrong: Standard configurations often default to allow unless configured otherwise.
- B
The request is buffered.
Why wrong: Requests are not buffered by default.
- C
The connection is rejected by the agent.
Why wrong: The agent does not reject connections without policy enforcement.
- D
Explicit Allow.
Without specific intention enforcement, Consul Connect defaults to allow.