Meeting 6: April 6th, 2026
What Got Done
Got All Current Endpoints Working
cargo run -- apps healthcheck
cargo run -- auth hello
- Generate tokens with password grant
cargo run -- --base-url https://tacc.tapis.io auth generate-tokens --grant-type password --username "$TAPIS_USERNAME" --password "$TAPIS_PASSWORD"
cargo run -- auth generate-device-code --client-id tylers_client
cargo run -- --base-url https://tacc.tapis.io auth generate-device-code --client-id tylers_client
Road Blockers
- Not sure if I should be using dev or tacc tenant
- On tacc tenant, can't do device_code grant
Next Steps
- Add client creation endpoints
- Add automated device code flow