Authentication required on Maven during deploy a JBoss EAP Source-to-Image (S2I) Application to OpenShift environment
Issue
During deploy of application using jboss EAP S2I an unathentiezes issue happens:
oc new-app eap73-basic-s2i MAVEN_MIRROR_URL Not authorized , ReasonPhrase:Unauthorized
When the S2I builder setting XML has a section like below:
<servers>
<server>
<id>releases-repository</id>
<username>${nexus.username}</username>
<password>${nexus.password}</password>
</server>
<server>
<id>snapshots-repository</id>
<username>${nexus.username}</username>
<password>${nexus.password}</password>
</server>
<server>
<id>mirror.default</id>
<username>${mirror.username}</username>
<password>${mirror.password}</password>
</server>
</servers>
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 7.x
- Red hat OpenShift Container Platform (OCP)
- 4.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.