Skip to content

CLI: Store credentials by id and map to UUIDs on deploy #1254

@josephjclark

Description

@josephjclark
  • save credentials by id (not uuid) in the steps
  • In the state file, under the credentials array , we are given all assocaited credentiasl with a name, email and uuid
  • At deploy time, we convert the credential name into a UUID, and post that

This makes credentials much much more portable

What do we do if the UUID cannot be mapped?

Maybe the provisioner can create an empty credential to be filled in by the user. Or it can look up a matching credential by id.

If the credential exists, a new relationship will be created with its own UUID.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions