Project

Profile

Help

Issue #5779

closed

If TOKEN_SERVER includes http://, a duplicate http:// is in the realm

Added by mdepaulo@redhat.com over 4 years ago. Updated about 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Documentation
Sprint:
Sprint 63
Quarter:

Description

If the setting TOKEN_SERVER is listed like: http://localhost:24816
rather than: localhost:24816

Then when you go to run:
$ http 'http://localhost:24816/v2/'

The output includes:
realm="http://http://localhost:24816/token

This may be a docs issue, or a code issue. Either way, it complicates users following the instructions:
https://pulp-container.readthedocs.io/en/latest/workflows/authentication.html
Which states "A fully qualified domain name of a token server" (And an FQDN would not include the port.)

Actions #1

Updated by ipanova@redhat.com over 4 years ago

  • Tags Documentation added
Actions #2

Updated by ipanova@redhat.com over 4 years ago

  • Project changed from Docker Support to Container Support
Actions #3

Updated by dkliban@redhat.com over 4 years ago

  • Triaged changed from No to Yes
  • Sprint set to Sprint 62
Actions #4

Updated by lmjachky over 4 years ago

  • Status changed from NEW to ASSIGNED
  • Assignee set to lmjachky
Actions #5

Updated by lmjachky over 4 years ago

  • Status changed from ASSIGNED to POST
Actions #6

Updated by rchan over 4 years ago

  • Sprint changed from Sprint 62 to Sprint 63

Added by Lubos Mjachky over 4 years ago

Revision 8b30fe89 | View on GitHub

Do not prepend a scheme to a token server in the Www-Authenticate header

In this commit, there was also updated the documentation. Before this commit, there was not mentioned that pulp_container expects a FQDN of a token server together with a port number. The additional setting CONTENT_HOST was created because the token server should expect only service names wihthout a scheme.

closes #5779 https://pulp.plan.io/issues/5779

Added by Lubos Mjachky over 4 years ago

Revision 8b30fe89 | View on GitHub

Do not prepend a scheme to a token server in the Www-Authenticate header

In this commit, there was also updated the documentation. Before this commit, there was not mentioned that pulp_container expects a FQDN of a token server together with a port number. The additional setting CONTENT_HOST was created because the token server should expect only service names wihthout a scheme.

closes #5779 https://pulp.plan.io/issues/5779

Actions #7

Updated by Anonymous over 4 years ago

  • Status changed from POST to MODIFIED
Actions #8

Updated by ipanova@redhat.com over 4 years ago

  • Status changed from MODIFIED to POST
Actions #9

Updated by ipanova@redhat.com over 4 years ago

  • Status changed from POST to MODIFIED

Added by Lubos Mjachky over 4 years ago

Revision db0b33eb | View on GitHub

Do not prepend a scheme to a token server in the Www-Authenticate header

In this commit, there was also updated the documentation. Before this commit, there was not mentioned that pulp_container expects a FQDN of a token server together with a port number. The additional setting CONTENT_HOST was created because the token server should expect only service names wihthout a scheme.

closes #5779 https://pulp.plan.io/issues/5779

(cherry picked from commit 8b30fe89dc51e1a1de00c18814f9ab8ef29e0826)

Added by Lubos Mjachky over 4 years ago

Revision db0b33eb | View on GitHub

Do not prepend a scheme to a token server in the Www-Authenticate header

In this commit, there was also updated the documentation. Before this commit, there was not mentioned that pulp_container expects a FQDN of a token server together with a port number. The additional setting CONTENT_HOST was created because the token server should expect only service names wihthout a scheme.

closes #5779 https://pulp.plan.io/issues/5779

(cherry picked from commit 8b30fe89dc51e1a1de00c18814f9ab8ef29e0826)

Actions #10

Updated by Anonymous over 4 years ago

Actions #11

Updated by ipanova@redhat.com over 4 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions #12

Updated by ipanova@redhat.com about 4 years ago

  • Sprint/Milestone set to 1.0.0

Also available in: Atom PDF