docs: Remove all PTD references from documentation and source comments#62
Merged
ian-flores merged 2 commits intomainfrom Mar 11, 2026
Merged
Conversation
Co-authored-by: ian-flores <18703558+ian-flores@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update documentation and remove PTD references
Remove all PTD references from documentation and source comments
Mar 11, 2026
|
Contributor
There was a problem hiding this comment.
Pull request overview
Removes references to PTD across user-facing documentation and internal source comments, aligning the repo with VIP being an independent project.
Changes:
- Updated README authentication and verification guidance to reference
vip verifyand removed the PTD integration section. - Replaced the example AWS profile name
ptd-stagingwithmy-stagingin documentation andvip.toml.example. - Removed PTD provenance notes from module/function docstrings and comments in the verification and AWS cluster code.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
README.md |
Removes PTD integration docs and updates Keycloak/verify wording to vip verify; updates example AWS profile. |
vip.toml.example |
Updates the commented example AWS profile name to avoid PTD-specific naming. |
src/vip/verify/site.py |
Simplifies module docstring by removing PTD provenance reference. |
src/vip/verify/credentials.py |
Removes PTD provenance line from ensure_keycloak_test_user docstring. |
src/vip/cluster/aws.py |
Removes PTD mention from EKS token generation docstring while keeping the technical explanation intact. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
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.
VIP is now an independent project. All mentions of PTD as a dependency or related tool should be removed.
vip verify, changedptd-stagingprofile example tomy-stagingptd-staging→my-stagingcluster/aws.py,verify/site.py,verify/credentials.py💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.