Skip to content

retrieving file based secrets is returning "<Response [200]>" as the itemValue #78

@thebluick

Description

@thebluick

Description of the issue
secret_id =
secret = secret_server.get_secret(secret_id, fetch_file_attachments=True)
print(secret)

The itemValue should be the contents of the file, but instead its getting the literal string "<Response [200]>"

Expected behavior

The itemValue should be the contents of the file

Actual behavior

its getting the literal string "<Response [200]>"

Your environment

Running this script on windows.

Steps to reproduce

included above

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions