You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the moment a user can provide an password / API key / access token for Artifactory with the ARTIFACTORY_API_KEY environment variable. As API keys are deprecated and will be removed end of 2024, we might think of supporting another environment variable to provide an access token. We could introduce ARTIFACTORY_ACCESS_TOKEN instead. But it is also not ideal, as a user could also provide a password with it. To solve this, we could add another ARTIFACTORY_PASSWORD. But a more meaningful way might be to just add a new variable with a generic name, to cover all possible ways to provide a secret for authentication.
The text was updated successfully, but these errors were encountered:
Add the moment a user can provide an password / API key / access token for Artifactory with the
ARTIFACTORY_API_KEY
environment variable. As API keys are deprecated and will be removed end of 2024, we might think of supporting another environment variable to provide an access token. We could introduceARTIFACTORY_ACCESS_TOKEN
instead. But it is also not ideal, as a user could also provide a password with it. To solve this, we could add anotherARTIFACTORY_PASSWORD
. But a more meaningful way might be to just add a new variable with a generic name, to cover all possible ways to provide a secret for authentication.The text was updated successfully, but these errors were encountered: