Forum Discussion
Relational class or tables
We are running v9.4.8.
I am looking to create a relation based class, not sure if this is a function of a table in v10.
the relation is that I want a way to evaluate more than 1 criteria for a class in relation. I know I can create 2 classes and have the irule match both, but the problem I run into is that the group of users may not all match the group of commands to be matched on.
In the example below I want to match testsuser1 on commands 1 and 2, but testuser2 should only match on command2. It is not scalable to create multiple matching classes for every user as the list is dynamic and will be frequently updated via api. At times there could be 2 users or there could be 15 users. Same with commands.
class penatly_box {
"testuser1" "command1"
"testuser1" "command2"
"testuser1" "command2"
}'
Is there a function that exists to handle these relations?
- swabbies_112156NimbostratusThe Irule is valid in terms of syntax but if the user is Testuser1 instead of testuser1, or the command is Command1 instead of command1 the log reports match and the pool is not hit.
- hooleylistCirrostratusAre your data group entries in all lower case? And does it log matched and go to the pool or log no match and not go to the penaltybox pool?
- swabbies_112156Nimbostratusdatagroup entries use only lower case. It logs "no match" and does not go to the penatly box pool. I also added in additional logging.
- hooleylistCirrostratusSorry, URI::query is case sensitive. So you can try this instead:
- swabbies_112156NimbostratusThanks again Hoolio for pointing me in the right direction. After quite a bit of logging and failures I adjusted the query slightly and seem to be getting great results.
Recent Discussions
Related Content
* 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