-
Notifications
You must be signed in to change notification settings - Fork 8
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
138 new resource security certificate #311
base: integration/main
Are you sure you want to change the base?
Conversation
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.
@csahu9 is name returned back in the output for 9.6 and 9.7
If not this code won't work for those system as name is required but would be null.
@carchi8py Resource Read has version constraints before adding |
There is one case with minimum setup and the creation has issues:
But creating a certificate without svm info is allowed.
So svm_name is optional and computed in the schema definition. Please take a look and adjust the code for taking care of this case. |
@chuyich thanks for pointing this out; I've updated the resource accordingly. |
``` | ||
|
||
## Supported Platforms | ||
* On-prem ONTAP system 9.6 or higher |
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.
Just want to make sure if you check the fsx is supported or not.
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.
No, @chuyich , I haven't tested for fsx support.
Could you please let me know the steps that are required to test the 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.
Please check the slack message.
Issue 138