Skip to content

Support Response Wrapping #78

@VladRassokhin

Description

@VladRassokhin

There's great feature introduced recently named 'Resource Wrapping'.
It would be useful to support in in Java client library.

Use case:

  1. Service A authenticates with /auth/approle/login endpoint providing App Role role_id, secret_id and X-Vault-Wrap-TTL header.
  2. Response contains AccessorID and WrappedTokenID, first one left on Service A, second passed to Service B.
  3. Service B connects to Vault server and performs GET on /sys/wrapping/unwrap?token=${WrappedTokenId} and receives proper token, then reconfigures itself and proceeds with operations.

Example was shown during Securing Applications Using Nomad
presentation.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions