Skip to content
Draft
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
6 changes: 5 additions & 1 deletion docs/guides/infrastructure/mint-administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ This guide covers deploying and managing the fullsend token mint Cloud Function.

## Hosted mint

The fullsend team operates a public hosted mint service. If your organization is enrolled, you can use it directly without deploying your own:
The fullsend team operates a public hosted mint service. If your organization is enrolled, you can use it directly without deploying your own.

**Platform GCP project:** The hosted mint currently runs in GCP project `it-gcp-konflux-dev-fullsend` (project number `855403973659`, region `us-central1`).

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[high] sensitive data exposure

The diff adds the GCP project name it-gcp-konflux-dev-fullsend and project number 855403973659 to a committed documentation file. The repository's AGENTS.md policy explicitly prohibits committing GCP project names, listing them as sensitive data alongside tokens and API keys.

Suggested fix: Remove the GCP project name and project number from the documentation. If operators need to discover the hosted mint's GCP project, reference an environment variable or internal configuration source rather than hard-coding the value in version-controlled files.


**Mint URL:**

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[low] structural-consistency

The label 'Mint URL:' followed by an empty line and then a code block creates a terse introduction compared to other code block introductions in the file, which typically use full prose sentences.

Suggested fix: Either remove the empty line between 'Mint URL:' and the code block, or integrate the URL into flowing prose.


```
https://fullsend-mint-gljhbkcloq-uc.a.run.app
Expand Down
Loading