Skip to content

Async resolver path for scoped HTTP credentials #136

Description

@simongdavies

Follow-up from #89 (Scoped credentials for outgoing HTTP).

The credential resolver callback is currently a synchronous Fn() -> Result<String, String> that runs on the WASI HTTP dispatch thread. Production resolvers (IMDS, OAuth refresh, Key Vault) need async support plus caching/refresh. For now, caching is delegated to the resolver implementer.

A future change should introduce an async resolver variant without breaking the existing sync surface.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions