You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Alexander Ashitkin (Jira)" <ji...@apache.org> on 2022/11/03 00:01:00 UTC

[jira] [Created] (MBUILDCACHE-33) Support remote cache credentials from environment variables

Alexander Ashitkin created MBUILDCACHE-33:
---------------------------------------------

             Summary: Support remote cache credentials from environment variables 
                 Key: MBUILDCACHE-33
                 URL: https://issues.apache.org/jira/browse/MBUILDCACHE-33
             Project: Maven Build Cache Extension
          Issue Type: Bug
            Reporter: Alexander Ashitkin


In my current environment settings.xml are managed by a build team which is not allowing any modification because the same build service is used by all teams. Atop of that, maven build runs in a fresh container which doesn't have any credentials injected for security reasons. Because of that cache cannot read/deploy build artifacts to an authenticated http server. Still, our build service allows to inject credentials from environment variables into build container. Need to support cache setup without settings.xml by injecting environment variables:
 * MAVEN_BUILD_CACHE_DIRECT_CONNECT
 * MAVEN_BUILD_CACHE_USER
 * MAVEN_BUILD_CACHE_PASSWORD
 * MAVEN_BUILD_CACHE_PROXY_USER
 * MAVEN_BUILD_CACHE_PROXY_PASSWORD



--
This message was sent by Atlassian Jira
(v8.20.10#820010)