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

Manage Security Log Profile for application #2397

Closed
slawekww opened this issue Mar 19, 2024 · 3 comments
Closed

Manage Security Log Profile for application #2397

slawekww opened this issue Mar 19, 2024 · 3 comments
Labels
awaiting-user-action issue awaiting user's response and/or requested action enhancement PRs or Issues for basic feature requests for an existing module.

Comments

@slawekww
Copy link

Is your feature request related to a problem? Please describe.

It is not possible to manage F5 Security Log profile via ansible (nor Terraform BTW).

Please extend task https://clouddocs.f5.com/products/orchestration/ansible/devel/f5_bigip/modules_2_0/bigip_security_log_profile_module.html to manage application properties.

For now it is only possible via tmsh command like:

create /security log profile /particition/name { application replace-all-with /partition/name { filter ... }}

Describe the solution you'd like

Possibility to manage the same as ansible task like:

bigip_security_log_profile:
  application:
    <properties>

Describe alternatives you've considered

Support it via Terraform if possible however preference is to support it via ansible.

Additional context

Goal is to automate F5 Security Log Profile creation/modification for sending WAF event logs to remote system.

@slawekww slawekww added enhancement PRs or Issues for basic feature requests for an existing module. untriaged issue that needs an initial response from the developers labels Mar 19, 2024
@pgouband
Copy link
Contributor

@pgouband pgouband added awaiting-user-action issue awaiting user's response and/or requested action and removed untriaged issue that needs an initial response from the developers labels Mar 19, 2024
@wojtek0806
Copy link
Contributor

@slawekww this is the wrong repo to ask for this, raise issues here for Declarative collection: https://github.com/F5Networks/f5-ansible-bigip/issues

@slawekww
Copy link
Author

@pgouband No, I've not used AS3 and Ansible declarative collection. Could you share example how to use it?

@wojtek0806 Thanks for pointing it. Created new feature request at different repo: F5Networks/f5-ansible-bigip#83

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-user-action issue awaiting user's response and/or requested action enhancement PRs or Issues for basic feature requests for an existing module.
Projects
None yet
Development

No branches or pull requests

3 participants