Skip to content

Replace hard-coded Basic auth header with -u flag in curl examples in documentation #1955

@coderabbitai

Description

@coderabbitai

Summary

In the documentation (e.g., event-gateway/README.md and related files), curl examples embed credentials as a Base64-encoded Authorization: Basic header literal (e.g., --header 'Authorization: Basic YWRtaW46YWRtaW4='). This should be replaced with curl's -u option (e.g., -u admin:admin or -u <user>:<pass>) for clarity and to avoid publishing credential-like encoded strings directly in documentation.

References

Requested by

@senthuran16

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions