Set ANTHROPIC_PROFILE to pick which stored credential profile workload-identity login uses.
What's wrong with this entry?
Set ANTHROPIC_PROFILE to choose which stored credential profile is used when authenticating through workload identity federation. Without it, the previously active profile is used.
- Config resolution now reads the profile name from the environment before falling back to the recorded active profile.
- Adds an async read-ahead that pulls
active_configandconfigs/<profile>.jsonthrough the storage backend into a primed-file map before the synchronous readers run. - The read-ahead only happens when a storage host is serving; if the backend throws, it logs a warning and the normal file reads proceed.
ANTHROPIC_PROFILE
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.242
Console "profile" sign-in that stores credentials per profile
Both mention profile auth
-
v2.1.248
Startup profiling records a fixed set of named phases
Both mention profile
-
v2.1.234
Signing back into the same account keeps a pending auto-resume
Both mention auth