You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched in the issues and found nothing similar.
Description
FIP-49 user/act-as mode requires the Rust client to authenticate with the Gateway service credential while sending the authenticated HTTP principal as a separate SASL/PLAIN authorization identity. This task:
adds an optional SASL/PLAIN authorization identity to the Rust client without changing the existing authentication identity;
preserves the current wire behavior when the authorization identity is not configured;
covers omitted, empty, and non-empty authorization identities in SASL/PLAIN encoding tests;
redacts the authentication identity, authorization identity, and password from errors and logs; and
Search before asking
Description
FIP-49 user/act-as mode requires the Rust client to authenticate with the Gateway service credential while sending the authenticated HTTP principal as a separate SASL/PLAIN authorization identity. This task:
Willingness to contribute