[ https://issues.apache.org/jira/browse/MBUILDCACHE-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17682294#comment-17682294 ]
ASF GitHub Bot commented on MBUILDCACHE-33: ------------------------------------------- rmannibucau commented on PR #35: URL: https://github.com/apache/maven-build-cache-extension/pull/35#issuecomment-1409439167 +1 to make settings.xml optional, it creates issues or complicated maintenance for nothing - leading to set it fully in env vars soletimes - but ultimatly it should be configurable from the env in setting reader (without materializing the file) to benefit maven as a whole and not require specific config each time IMHO. Can we hope to work toward that? > 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: New Feature > Reporter: Alexander Ashitkin > Priority: Major > Labels: pull-request-available > > 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)