f5devcentral / ansible-role-f5_atc_deploy_declaration

Ansible role used to deploy declaratives to F5 Automated Tool Chain services: AS3, DO, and TS
Apache License 2.0
7 stars 11 forks source link

authentication task requires access to echo service #43

Open andreasjacobi opened 3 years ago

andreasjacobi commented 3 years ago

The authentication.yaml task under "Test authentication" requires the user to have access to the echo service: "https://{{ provider.server }}:{{ provider.server_port }}/mgmt/shared/echo"

This does not seem to be the case for a BigIQ application manager with access only to specific applications. Are there an alternative to this URL or can it me omitted somehow?

rjouhann commented 2 years ago

Hello,

F5 has been working on a new module to deploy AS3 declaration via BIG-IQ. I would recommend you to use that module instead.

https://clouddocs.f5.com/products/orchestration/ansible/devel/f5_bigip/modules_2_0/bigiq_as3_deploy_module.html#bigiq-as3-deploy-module-2

Thanks & Regards, Roman