Forum Discussion
Cpet
Altocumulus
Jul 29, 2019Security issue - Oracle Identity System Administration login screen is exposed to public
Hi to all, I have a cluster with 2 Big-IP VM ver13.1 .A VS has the role to load balanced OAM.I discovered that the Oracle Identity System Administration login screen is exposed to public.I foun...
iaine
Nacreous
Jul 29, 2019Hi
You should be able to put all of the logic into the HTTP_REQUEST event, something like...
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] starts_with "/restricted-uri" }{
if {not [IP::addr [IP::client_addr] equals 10.0.0.0/8]} {
drop
}
}
}Cpet
Altocumulus
Jul 29, 2019Hi iaine,
Thanks for your prompt reply.
So you suggest to use http_request iRule and i will agree.
I must create 2 iRules regarding to allow 2 networks?
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects