dispatch
dispatch copied to clipboard
OAuth Redirect bugs
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):
@neosab does this still apply after your changes?