-
Notifications
You must be signed in to change notification settings - Fork 772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to pull package from private artifactory registry #8448
Comments
Can you try using a name without dashes in it? We might not be normalizing those correctly. |
I wondered about that. There's no documentation on how the normalisation behaves. Unfortunately all the registries I can access easily for testing have dashes |
It's fixed in the next release. |
Outstanding. Will the normalisation behaviour be described in the docs? |
Yeah, but for reference, we uppercase the index name and replace any non-alphanumeric characters with underscores. |
see discussion here - #7481 (comment)
thanks for the support!
i'm trying this now and seeing issues. For context, i have a project which has one dependency from a private artifactory registry.
with or without credentials exported to the environment i see the following output:
the dependencies are specified as follows:
with
The text was updated successfully, but these errors were encountered: