Expose the user agent string to the policy execution context

This commit is contained in:
Quentin Gliech
2025-02-17 11:51:26 +01:00
parent e74ddb832a
commit 3a4aba049c
17 changed files with 89 additions and 11 deletions

View File

@@ -45,6 +45,10 @@
"description": "IP address of the entity making the request",
"type": "string",
"format": "ip"
},
"user_agent": {
"description": "User agent of the entity making the request",
"type": "string"
}
}
}

View File

@@ -25,6 +25,10 @@
"description": "IP address of the entity making the request",
"type": "string",
"format": "ip"
},
"user_agent": {
"description": "User agent of the entity making the request",
"type": "string"
}
}
}

View File

@@ -24,6 +24,10 @@
"description": "IP address of the entity making the request",
"type": "string",
"format": "ip"
},
"user_agent": {
"description": "User agent of the entity making the request",
"type": "string"
}
}
}

View File

@@ -38,6 +38,10 @@
"description": "IP address of the entity making the request",
"type": "string",
"format": "ip"
},
"user_agent": {
"description": "User agent of the entity making the request",
"type": "string"
}
}
}