Issue #3164
Requesting a JWT token doesn't support basic auth
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Currently, you have to pass username and password in the body of the POST request to /api/v3/jwt. It should probably use basic auth.
Related issues
History
#1
Updated by daviddavis about 3 years ago
There's some debate around whether to use basic auth in addition to allowing users to submit username/password as POST params or just basic auth.
#2
Updated by daviddavis about 3 years ago
- Subject changed from Requesting a JWT token should have basic auth to Requesting a JWT token should support basic auth
#3
Updated by daviddavis about 3 years ago
- Subject changed from Requesting a JWT token should support basic auth to Requesting a JWT token doesn't support basic auth
#4
Updated by dalley about 3 years ago
- Triaged changed from No to Yes
#5
Updated by bmbouter about 3 years ago
I think we should only accept basic auth. Having one endpoint accept another one seems inconsistent.
#6
Updated by daviddavis about 3 years ago
- Related to Story #3163: As a user, I can refresh an unexpired JWT. added
#7
Updated by daviddavis about 3 years ago
JWT got removed from the MVP. Going to revisit again in 3.1+ with new user stories.
#8
Updated by daviddavis about 3 years ago
- Status changed from NEW to CLOSED - WONTFIX
#9
Updated by dkliban@redhat.com almost 3 years ago
- Sprint/Milestone set to 3.0.0
#10
Updated by bmbouter almost 2 years ago
- Tags deleted (
Pulp 3, Pulp 3 MVP)
Please register to edit this issue