I've created a custom credential type which is loaded into AWX just fine. It has no metadata associated with it since I don't need to specify any kind of identifier to return data. In the AWX UI when clicking the "test" button it fails with an error.
Full text:
TypeError: undefined is not an object (evaluating 'r.inputs.metadata.reduce')
P1@http://127.0.0.1:49287/static/js/main.fcec0bf3.js:2:2168142
ao@http://127.0.0.1:49287/static/js/main.fcec0bf3.js:2:851392
Ks@http://127.0.0.1:49287/static/js/main.fcec0bf3.js:2:903737
Al@http://127.0.0.1:49287/static/js/main.fcec0bf3.js:2:890983
Tl@http://127.0.0.1:49287/static/js/main.fcec0bf3.js:2:890911
El@http://127.0.0.1:49287/static/js/main.fcec0bf3.js:2:890774
yl@http://127.0.0.1:49287/static/js/main.fcec0bf3.js:2:887740
@http://127.0.0.1:49287/static/js/main.fcec0bf3.js:2:837184
@http://127.0.0.1:49287/static/js/main.fcec0bf3.js:2:933490
Ki@http://127.0.0.1:49287/static/js/main.fcec0bf3.js:2:837130
Wi@http://127.0.0.1:49287/static/js/main.fcec0bf3.js:2:837065
Le@http://127.0.0.1:49287/static/js/main.fcec0bf3.js:2:908276
Yt@http://127.0.0.1:49287/static/js/main.fcec0bf3.js:2:815676
I've created a custom credential type which is loaded into AWX just fine. It has no metadata associated with it since I don't need to specify any kind of identifier to return data. In the AWX UI when clicking the "test" button it fails with an error.
Full text:
My inputs: