Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"user-name": "rest-temporal-writer",
"description": "rest-writer user with temporal privileges",
"password": "x",
Copy link

Copilot AI Oct 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The password is set to a placeholder value 'x'. In production environments, this should be replaced with a secure password or preferably managed through environment variables or a secrets management system.

Suggested change
"password": "x",
"password": "__CHANGE_ME__",

Copilot uses AI. Check for mistakes.
"role": [
"rest-temporal-writer"
]
}