-
Notifications
You must be signed in to change notification settings - Fork 22
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
Kerberos keys Support for Bloxone Ansible v2 #66
Conversation
…k/AnilGadiyarHJ/kerberos_keys
@mathewab Please take a look ! |
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.
update python client with universal DDI
@@ -41,6 +41,7 @@ action_groups: | |||
keys: | |||
- tsig_key | |||
- tsig_key_info | |||
- kerberos_key_info |
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.
in TF, we didn't support CRUD for kerberos_key, because it was difficult to do with the way the API was designed and TF data consistency rules. But in Ansible, you should be able to do it.
* wip * initial commit * initial commit * Kerberos keys Support for Bloxone Ansible v2 * fixed lint check * Updated to latest client * updated kerberos * Removed Inheritance * minor changes * Added domain to check --------- Co-authored-by: Ujjwal Nasra <125353741+unasra@users.noreply.github.com>
* wip * initial commit * initial commit * Kerberos keys Support for Bloxone Ansible v2 * fixed lint check * Updated to latest client * updated kerberos * Removed Inheritance * minor changes * Added domain to check --------- Co-authored-by: Ujjwal Nasra <125353741+unasra@users.noreply.github.com>
lint check - pass
integration test - pass
sanity - pass