Replies: 1 comment 1 reply
-
|
mise shouldn't add the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm wondering whether a setting to do this would make sense. My use case is I have an internal Artifactory instance that I set up like this in
mise.toml:I also run
misethrough Renovate to update tools. It runs bothmise installandmise lock. I setMISE_GITHUB_TOKENwhen running Renovate to a GitHub token so that I do not get ratelimited by GitHub when Renovate runsmise lock.However that token being set causes mise to send it to Artifactory due to the URL replacement and I get an HTTP 401 error when running
mise install:One thing I considered was not running
mise installduring my Renovate run. However I need tools available in some cases (such as to regenerate protobuf files).I considered whether netrc could be used, but it seems like I can only use that to set different credentials. It can't be used to express anonymous access, which is what my Artifactory instance otherwise uses.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions