Skip to content

Conversation

@BillFarber
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings October 22, 2025 14:27
@BillFarber BillFarber requested a review from anu3990 October 22, 2025 14:27
@BillFarber BillFarber requested a review from stevebio as a code owner October 22, 2025 14:27
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a missing configuration file for a REST temporal writer user as part of ticket MLE-24733.

Key Changes:

  • Added a new user configuration file defining the rest-temporal-writer user with associated role and temporal privileges.

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

{
"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.
@github-actions
Copy link

Copyright Validation Results
Total: 1 | Passed: 0 | Failed: 0 | Skipped: 1 | at: 2025-10-22 14:27:41 UTC | commit: 20ac0bc

⏭️ Skipped (Excluded) Files

  • test-app/src/main/ml-config/security/users/rest-temporal-writer.json

✅ All files have valid copyright headers!

@BillFarber BillFarber merged commit b0aadbc into marklogic:develop Oct 22, 2025
2 of 3 checks passed
@BillFarber BillFarber deleted the fixRevert branch October 22, 2025 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants