DelineaXPM/python-tss-sdk

Provide Access to Attached Files

jifox opened this issue · 3 comments

jifox commented

Feature / Enhancement proposed

Extend the API to read attached files.

Usecase:
To automate the setup of web/app servers it is necessary to access the private-key for the https service.

Workarounds

None

Has the feature been requested before?

Here

If the feature request is approved, would you be willing to submit a PR?

(Help can be provided if you need assistance submitting a PR)

[] Yes [x] No

Hi @jifox. Nice to see you again.

get_secret() should return file attachments by default:

def get_secret(self, id, fetch_file_attachments=True, query_params=None)

Is this not working for you? Do you have an example output you can share?

@jifox Do you have any update on the above comment?

jifox commented

Hi it is working as expected now