-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
feat: support insights service account credentials for project update #15747
base: devel
Are you sure you want to change the base?
Conversation
I'd rather solve this problem by allowing the templating engine to inject the creds rather than adding credential plugin specific code to awx.
Put the below in
Add the below to your
Now run an insights project with an insights credential attached with the
If you prefer a git diff of the above changes:
|
if it is easier, feel free to collapse this change into #15742, if you just want to manage one PR |
587dbfc
to
7e4bb8d
Compare
7e4bb8d
to
a19e1ba
Compare
Quality Gate passedIssues Measures |
SUMMARY
Add support for service account credentials for the insights type. Added default parameter
INSIGHTS_OIDC_ENDPOINT
and extra variablesclient_id
andclient_secret
that will be added to the Job if the SCM type is insights.ISSUE TYPE
COMPONENT NAME
AWX VERSION