From 20ac0bca1ecfae2c201df900d1624356a6a978a7 Mon Sep 17 00:00:00 2001 From: Phil Barber Date: Wed, 22 Oct 2025 10:26:17 -0400 Subject: [PATCH] MLE-24733 - Missed this file. --- .../ml-config/security/users/rest-temporal-writer.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test-app/src/main/ml-config/security/users/rest-temporal-writer.json diff --git a/test-app/src/main/ml-config/security/users/rest-temporal-writer.json b/test-app/src/main/ml-config/security/users/rest-temporal-writer.json new file mode 100644 index 00000000..aa163780 --- /dev/null +++ b/test-app/src/main/ml-config/security/users/rest-temporal-writer.json @@ -0,0 +1,8 @@ +{ + "user-name": "rest-temporal-writer", + "description": "rest-writer user with temporal privileges", + "password": "x", + "role": [ + "rest-temporal-writer" + ] +} \ No newline at end of file