dispatch icon indicating copy to clipboard operation
dispatch copied to clipboard

OAuth Redirect bugs

Open seanhuxy opened this issue 7 years ago • 1 comments

a browser visit to /v1/image shows that

{"code": 401,"message": "unauthenticated, please login first", "location":"https://dev.dispatch.vmware.com/oauth2/start?rd=https://dev.dispatch.vmware.com:30978/v1/image" }

where the location address wouldn't work, as the port is missing before before /oauth2/start

  • [X ] Bug
  • [ ] Feature
  • [ ] Enhancement

Detailed Description

Context

Possible Implementation

Complexity

  • [X] Low - Simple enhancement or bug fix, no architectural changes or refactoring
  • [ ] Medium - Change requires some thought, but is relatively isolated
  • [ ] High - Significant architectural change or large refactor

Impact

  • [X] Low - Annoyance, but does not impact business or functinality
  • [ ] Medium - Issue can be worked around, but is causing pain
  • [ ] High - Blocker

Your Environment

  • Dispatch CLI version (or git commit):
  • Dispatch Chart version (or image[s] tag):
  • Operating System and version:
  • Kubernetes version (and distribution):
  • Etc (any other useful environmental information):

seanhuxy avatar Feb 07 '18 01:02 seanhuxy

@neosab does this still apply after your changes?

kars7e avatar Mar 02 '18 05:03 kars7e