-
Feature Request
-
Resolution: Unresolved
-
Undefined
-
None
-
2.4
-
None
-
False
-
-
False
Ability to define Automation Hub credentials while creating ' Ansible Job' custom resource (CR) on AAP operator based deployment
Why?
It is possible to define different path/source for the 'runner_image' however, there is no option to define auth credentials for that source.
Customer sample file:
apiVersion: tower.ansible.com/v1alpha1
kind: AnsibleJob
metadata:
generateName: demo-job-jkl-
namespace: aap
spec:
connection_secret: controller-access
job_template_name: JKL Test template
inventory: localhost
runner_image: automationhub-on-ocp.example.com/ee-supported-rhel8
runner_version: aap2.4.3
job_ttl: 100
extra_vars:
test_var: test
no option to define creds for 'automationhub-on-ocp'