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
Summary
In the documentation (e.g.,
event-gateway/README.mdand related files), curl examples embed credentials as a Base64-encodedAuthorization: Basicheader literal (e.g.,--header 'Authorization: Basic YWRtaW46YWRtaW4='). This should be replaced with curl's-uoption (e.g.,-u admin:adminor-u <user>:<pass>) for clarity and to avoid publishing credential-like encoded strings directly in documentation.References
Requested by
@senthuran16