Skip to content

Update the Security Filter chain to disable Spring Security Defaults

Levi Remington requested to merge disable-default-spring-auth-lr into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)
#350 (closed)

Does this introduce a change in the core logic?

  • [YES/NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [YES/NO]

What is the current behavior?

Spring Security Default Auth is in place, blocking all Ambassador endpoints based on a default Security profile.

What is the new/expected behavior?

Spring Security Default Auth is disabled in favor of custom PreAuth functions.

Have you added/updated Unit Tests and Integration Tests?

Any other useful information

Merge request reports