-
Notifications
You must be signed in to change notification settings - Fork 367
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
feat: [M3-7164] - Update AGLB Certificates UI #9711
feat: [M3-7164] - Update AGLB Certificates UI #9711
Conversation
I need to update the e2es still! |
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.
/* | ||
* - Confirms Load Balancer certificate upload UI flow using mocked API requests. | ||
* - Confirms that TLS and Service Target certificates can be uploaded. | ||
* - Confirms that certificates table update to reflects uploaded certificates. | ||
*/ | ||
it('can upload a Load Balancer Certificate', () => { | ||
it('can upload a tls certificate', () => { |
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.
nitpick: capitalize TLS since it is everywhere else
<Typography> | ||
Used by the load balancer to accept responses from your endpoints in | ||
your Service Target. This is the certificate installed on your | ||
Endpoints. Apply these certificate(s) in the{' '} |
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 is the certificate installed on your Endpoints. Apply these certificate(s) in the{' '}"
This is a weird mix of singular and plural
) : ( | ||
<Typography> | ||
Certificate used by your load balancer to terminate the connection | ||
and decrypt request from client. Apply these certificate(s) in the |
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.
same
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.
LGTM overall, although I do agree that the copy can use some tightening up in a few places
|
||
const id = Number(loadbalancerId); | ||
|
||
const { data: loadbalancer } = useLoadBalancerQuery(id); | ||
|
||
const tabs = [ | ||
{ | ||
routeName: `/loadbalancers/${id}/summary`, | ||
component: LoadBalancerSummary, | ||
path: 'summary', |
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 looks a lot cleaner, great job! I checked:
|
Description 📝
Major Changes 🔄
logs
from Load BalancersLoadBalancers
toLoad Balancers
downstream
)ca
)Upload TLS Certificate
Upload Service Target Certificate
Preview 📷
How to test 🧪
http://localhost:3000/loadbalancers/0/certificate
page