chore: Update for ephemeral tokens [EDU-27] - #1086
Conversation
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
✅ Deploy Preview for seqera-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
gavinelder
left a comment
There was a problem hiding this comment.
This content looks pretty good , although I question it's inclusion under authentication, this feels more appropriate to be included under secrets management as this is the mechanism for which secrets are passed to the Nextflow headjob from platform.
The core items is.
- The default value is 8 hours in platform.
- They are one time use.
…on/overview.md Co-authored-by: Gavin <gavin.elder@seqera.io> Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
📝 Documentation Review Summary
Review powered by Claude Code editorial agents To apply suggestions:
|
|
✅ Editorial Review Complete - Reviewed changed files. The editorial agents found some potential improvements, but they're all on lines outside the PR diff. The changed lines look good! Review by Claude Code editorial agents |
📝 Documentation Review Summary (PR type: content)
Review powered by Claude Code editorial agents To apply suggestions:
|
Per reviewer feedback, move ephemeral endpoint content out of authentication/overview and into secrets/overview. Ephemeral endpoints are the mechanism for passing secrets and parameters from Platform to the Nextflow head job, so they live with secrets management rather than session/auth configuration. Correct two facts in the process: - Default lifetime is 8 hours (was incorrectly 6h) - Endpoints are one-time use (now stated explicitly) Update the matching troubleshooting block in nextflow.md to use the 8-hour default and point cross-references at the new location. Applies to enterprise unversioned + version-25.1, 25.2, 25.3. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Fixes EDU-27