Skip to content

Passbolt not fetching decrypted resource #1777

@daya

Description

@daya

Current implementation is returning blanked out password. This is due to passbolt Get Resources API which returns resources with password field blanked out.

$: kamal secrets fetch -d staging --adapter passbolt --from shared TEST

{"TEST":""} # <--- value is always blank

This PR fixes that issue by calling passbolt get resource --id (i.e. Get Resource API)

$: kamal secrets fetch -d staging --adapter passbolt --from shared TEST

{"TEST":"aoetnuhaoetnuhaotneuheaonsuh$"}

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