There was an error while loading. Please reload this page.
1 parent 6209910 commit 0a42c6cCopy full SHA for 0a42c6c
1 file changed
scripts/quay-user-management/README.md
@@ -523,14 +523,6 @@ The script uses these Quay API endpoints:
523
524
## Additional Scripts
525
526
-### test-oauth-token.sh
527
-
528
-Test if an OAuth token is valid:
529
530
-```bash
531
-./test-oauth-token.sh <oauth-token>
532
-```
533
534
### add-org-to-read-user.sh
535
536
Add new organizations to existing read-only user:
@@ -558,7 +550,6 @@ For issues or questions:
558
550
quay-user-management/
559
551
├── create-read-only-account.sh # Main script
560
552
├── add-org-to-read-user.sh # Add organizations to existing user
561
-├── test-oauth-token.sh # Test OAuth token validity
562
553
├── .env.example # Configuration template
563
554
├── .env # Your configuration (create from .env.example)
564
555
├── README.md # This file
0 commit comments