-
Notifications
You must be signed in to change notification settings - Fork 13
print https:// before public endpoints #1207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
print https:// before public endpoints #1207
Conversation
}, | ||
expectedLines: []string{ | ||
"Deployment Name Status Endpoints", | ||
" service1 NOT_SPECIFIED https://service1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lionello what's a good example of an endpoint that doesn't have a port, but which should be prefixed with https://
? I don't think that this is a good example.
assuming port-suffixed endpoints are private
c670bdb
to
5d69c71
Compare
"service1.internal", | ||
expectedLines: []string{ | ||
"Deployment Name Status Endpoints DomainName", | ||
" service1 NOT_SPECIFIED https://example.com, service1.internal:80 https://example.com", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this can't be be right, HTTPS to 80?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not https to 80. it's https to example.com.
Description
Add
https://
before non-internal endpoints so that they are clickable from the shell.Linked Issues
Checklist