Commit Graph

1 Commits

  • refactor(access): migrate config-api-key provider to internal package
    - Moved `config-api-key` provider logic from SDK to the internal `config_access` package.
    - Updated provider registration and initialization to ensure proper management via `Register` function.
    - Removed redundant `config-api-key` documentation, simplifying configuration examples.
    - Adjusted related imports and reconciliations for seamless integration with the new structure.