Returns metadata only (no value or value_key_id) for the REST API list and get endpoints.
(ctx context.Context, userID uuid.UUID)
| 1071 | // Returns metadata only (no value or value_key_id) for the |
| 1072 | // REST API list and get endpoints. |
| 1073 | ListUserSecrets(ctx context.Context, userID uuid.UUID) ([]ListUserSecretsRow, error) |
| 1074 | // Returns all columns including the secret value. Used by the |
| 1075 | // provisioner (build-time injection) and the agent manifest |
| 1076 | // (runtime injection). |
no outgoing calls