You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that AWX is open source software provided for free and that I might not receive a timely response.
Feature type
New Feature
Feature Summary
I would like a way for an ansible job created by AWX to prove to 3rd party platforms its attributes, such as its
job name
the actor / cronjob that launched the job
target hostname
starting timestamp
If this were in place, I could set hashicorp vault to trust AWX without sharing app roles for every job and instead create those policies inside of vault.
Please confirm the following
Feature type
New Feature
Feature Summary
I would like a way for an ansible job created by AWX to prove to 3rd party platforms its attributes, such as its
If this were in place, I could set hashicorp vault to trust AWX without sharing app roles for every job and instead create those policies inside of vault.
Github has something similar for github actions:
https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect
Select the relevant components
Steps to reproduce
Building in an OIDC provider will allow jobs to be able to authenticate to 3rd parties without hardcoded secrets per job/role/workflow.
Current results
not implemented. secrets are hardcoded
Sugested feature result
The result to an ansible workflow would be
Additional information
I think there are 3 components here:
The text was updated successfully, but these errors were encountered: