artifacts-keyring icon indicating copy to clipboard operation
artifacts-keyring copied to clipboard

Keyring backend for Azure Artifacts

Results 22 artifacts-keyring issues
Sort by recently updated
recently updated
newest added

Writing output to stdout breaks the usage of artifacts-keyring with the keyring CLI since it is impossible to discriminate between the output of the CLI and other text written to...

This package depends on [dotnet-sdk](https://pypi.org/project/artifacts-keyring/) but installation of [dotnet on Linux](https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu) can be finnicky. Various users of mine have had difficulty installing the dotnet requirement and I want to make...

I sometimes get the following error, when using artifacts-keyring on WSL. ``` Unhandled exception. System.PlatformNotSupportedException: Wait operations on multiple wait handles including a named synchronization primitive are not supported on...

bug

On a fresh install of Ubuntu 22.04 with `dotnet` installed, the `--version` option is not supported anymore: ```bash ros@d665bfb9c57c:/$ dotnet --version The command could not be loaded, possibly because: *...

bug

Fails with error message in title. Environment: - latest linux mint - python 3.11.2 - pip install artifacts-keyring pip install \ --index-url=\ Fails and the warning is generated. Any information...

question

I implemented the `--keyring-provider` flag for Pip, after Pip was given the ability to query a `keyring` executable. https://pip.pypa.io/en/stable/topics/authentication/#using-keyring-as-a-command-line-application So I also wrote some documentation since it requires `VssSessionToken` to...

I am receiving error the following error when trying to connect to our Azure Artifacts instance via pip while behind my corporate firewall. I know that we use decryption in...

I'm trying to publish wheels to a DevOps Artifact feed from a GitHub action with `twine`. I have a Service Principal with access, based on the steps in https://github.com/MicrosoftDocs/azure-devops-docs/issues/8141#issuecomment-1548825563, but...

question

This PR removes the dotnet dependency in favor or a python-native solution based on azure-identity. The dotnet dependency is a binary operating system package which cannot be installed with pip,...