inferno-framework / uds-plus-test-kit

Apache License 2.0
2 stars 2 forks source link

bearer parameter from the Import Manifest is not used #22

Open jwjahns opened 2 months ago

jwjahns commented 2 months ago

Hello,

The "Import Manifest" tests do not seem to parse the "bearer" parameter (parameter:udsData.part:importAccessToken) when making requests. https://github.com/inferno-framework/uds-plus-test-kit/blob/4999db590f7cee5d3595051fac8ab44cc3783c75/lib/uds_plus_test_kit/manifest_tests/read_data_test.rb#L40-L47

As a result, URLs that require authentication cannot be tested.

ljtucker commented 2 months ago

Hi @jwjahns, unfortunately this Inferno kit is not meant to test any of the authentication steps of the IG's workflow. Rather, it is simply meant as a structure-conformance validator for the resources. Because of this, all provided URLs must be public in order to be accessed.