-
Notifications
You must be signed in to change notification settings - Fork 85
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
Implement policy_lb_client_ssl_profile resource #1028
Conversation
ada5a60
to
13efcec
Compare
2c187b9
to
7af8ebb
Compare
/test-all |
"description": getDescriptionSchema(), | ||
"revision": getRevisionSchema(), | ||
"tag": getTagsSchema(), | ||
"cipher_group_label": { |
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.
Sounds from the description this should be Computed only?
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.
I think this value can be configured, it is the name/label for the ciphers groups, ciphers will be computed based on the value of cipher_group_label
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.
The doc says below A label of cipher group which is mostly consumed by GUI. The server will populate this field when returing the resource
. So one of those seems incorrect - either the doc, or the code
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.
I think the doc is incorrect, it's fixed now.
The server will populate this field when returing the resource. Ignored on PUT and POST.
These are comments for the Links field in the model package, not sure why it ended up in the cipher_group_label after auto-generating the doc. Thanks for catching this
7af8ebb
to
eac6019
Compare
eac6019
to
5c2ccb0
Compare
Signed-off-by: Shizhao Liu <[email protected]>
5c2ccb0
to
251ea91
Compare
/test-all |
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.
Thank you!
Implement nsxt_policy_lb_client_ssl_profile resource