docs: remove stale multi-session guidance#600
Merged
platinummonkey merged 1 commit intoJun 18, 2026
Merged
Conversation
PR DataDog#596 enforced a single-slot invariant for unnamed sessions -- `prune_other_default_sessions` ensures a bare `pup auth login` always overwrites the existing default session. Two doc sites hadn't caught up: - docs/OAUTH2.md logout section: remove the DD_SITE logout example and the note that `pup auth logout` doesn't accept `--site` - docs/OAUTH2.md site selection: drop the "multiple unnamed sessions on different sites, set DD_SITE to pick one" sentence - README.md site selection: same sentence removed
platinummonkey
approved these changes
Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PR #596 enforced a single-slot invariant for unnamed (default) sessions --
prune_other_default_sessionsensures a barepup auth loginalways overwrites the existing default. The docs had two sections that still described the now-impossible case of multiple unnamed sessions coexisting.Changes:
DD_SITE=datadoghq.eu pup auth logoutexample and the note thatpup auth logoutdoesn't accept--siteDD_SITEto pick one" sentenceThe first sentence of each site-selection paragraph -- about named sessions on multiple sites -- is still accurate and untouched.