Skip to content
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

Tsig keys Support for Bloxone Ansible v2 #51

Merged
merged 20 commits into from
Jan 30, 2025

Conversation

AnilGadiyarHJ
Copy link
Collaborator

sanity check - passed
integration - passed
example - added
lint check - passed

@AnilGadiyarHJ AnilGadiyarHJ marked this pull request as ready for review December 23, 2024 18:46
@AnilGadiyarHJ AnilGadiyarHJ requested a review from unasra December 23, 2024 18:47
@unasra
Copy link
Collaborator

unasra commented Jan 13, 2025

Can we add support for generat_tsig endpoint. ,where in a random Secret is generated automatically by the backend ?
Attached docs for reference :
https://csp.infoblox.com/apidoc?url=https%3A%2F%2Fcsp.infoblox.com%2Fapidoc%2Fdocs%2FDDIKeys#/

@AnilGadiyarHJ AnilGadiyarHJ requested a review from unasra January 21, 2025 07:11
@unasra unasra added the donotmerge Do not Merge this Pull request label Jan 21, 2025
@AnilGadiyarHJ AnilGadiyarHJ requested a review from unasra January 22, 2025 10:17
@AnilGadiyarHJ AnilGadiyarHJ requested a review from unasra January 27, 2025 06:34
@unasra
Copy link
Collaborator

unasra commented Jan 28, 2025

LGTM

@mathewab please take a look.

@unasra unasra requested a review from mathewab January 28, 2025 18:58
),
comment=dict(type="str"),
name=dict(type="str", required=True),
secret=dict(type="str", no_log=False, required=False),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no_log should be true

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

pass # Handled by BloxoneAnsibleModule


class TsigModule(BloxoneAnsibleModule):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: should match the module name TsigKeyModule. Also applies to the Info module

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

corrected and tested

@mathewab mathewab removed the donotmerge Do not Merge this Pull request label Jan 30, 2025
@mathewab mathewab merged commit 7ce01d1 into infobloxopen:v2 Jan 30, 2025
16 checks passed
unasra pushed a commit to unasra/bloxone-ansible that referenced this pull request Feb 4, 2025
* initial commit

* fixed linter issue

* fixed filter error

* addressed review comments

* addressed PR comment

* wip

* addressed Pr comments

* fixed lint error

* wip

* addressed PR comment

* linter check resolved

* addressed PR comment

* addressed Pr comments

* addressed Pr comments
unasra pushed a commit to unasra/bloxone-ansible that referenced this pull request Feb 4, 2025
* initial commit

* fixed linter issue

* fixed filter error

* addressed review comments

* addressed PR comment

* wip

* addressed Pr comments

* fixed lint error

* wip

* addressed PR comment

* linter check resolved

* addressed PR comment

* addressed Pr comments

* addressed Pr comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants