Skip to content

Issue with IP Blocking and Allowing in global configuration #2165

@CavidH

Description

@CavidH

I configured IP blocking and allowing in Ocelot using SecurityOptions, but it's not working.

{
  "GlobalConfiguration": {
    "BaseUrl": "http://localhost:5000",
    "SecurityOptions": {
      "IPBlockedList": ["192.168.0.23"]
    }
  }
}


The IP blocking configuration is not working as expected.

Metadata

Metadata

Assignees

Labels

ConfigurationOcelot feature: ConfigurationNov'24November 2024 releaseSecurity OptionsOcelot feature: Security OptionsmergedIssue has been merged to dev and is waiting for the next releaseproposalProposal for a new functionality in Ocelot

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions