-
Notifications
You must be signed in to change notification settings - Fork 230
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
Make it easier to discover enabling TLS for routes #1761
Conversation
app/views/browse/route.html
Outdated
<p ng-if="!route.spec.tls"> | ||
TLS is not enabled. | ||
<span ng-if="'routes' | canI : 'update'"> | ||
<a ng-href="{{route | editResourceURL}}" role="button">Edit</a> this route to enable security. |
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.
maybe "Edit this route to enable secure network traffic" or something instead of just "security"
Add an "Edit this route to enable security" link under the TLS section if TLS is not enabled.
e0cfb39
to
dd1b554
Compare
updated |
can merge when queue re-opens |
[merge] |
Evaluated for origin web console merge up to dd1b554 |
[Test]ing while waiting on the merge queue |
Evaluated for origin web console test up to dd1b554 |
Origin Web Console Test Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/1591/) (Base Commit: d0e24f5) (PR Branch Commit: dd1b554) |
Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/1595/) (Base Commit: 2a22355) (PR Branch Commit: dd1b554) |
Add an "Edit this route to enable security" link under the TLS section if TLS is not enabled.
See #1760
cc @Kargakis