This is an automated email from the ASF dual-hosted git repository.
aonishuk pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new 15939ef AMBARI-25444. Deploy fails with 401:Unauthorized on HDP-GPL;
whereas url is actually accessible with credentials supplied by Releng team
(aonishuk)
15939ef is described below
commit 15939ef421ace98996d46504a1cd68a000a15f7a
Author: Andrew Onishuk <[email protected]>
AuthorDate: Mon Dec 9 17:54:24 2019 +0200
AMBARI-25444. Deploy fails with 401:Unauthorized on HDP-GPL; whereas url is
actually accessible with credentials supplied by Releng team (aonishuk)
---
.../ambari/server/controller/internal/RepositoryResourceProvider.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/RepositoryResourceProvider.java
b/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/RepositoryResourceProvider.java
index bba9331..82f7903 100644
---
a/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/RepositoryResourceProvider.java
+++
b/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/RepositoryResourceProvider.java
@@ -44,7 +44,6 @@ import
org.apache.ambari.server.controller.spi.ResourceAlreadyExistsException;
import org.apache.ambari.server.controller.spi.SystemException;
import org.apache.ambari.server.controller.spi.UnsupportedPropertyException;
import org.apache.ambari.server.controller.utilities.PropertyHelper;
-import org.apache.ambari.server.utils.URLCredentialsHider;
import org.apache.commons.lang.BooleanUtils;
public class RepositoryResourceProvider extends
AbstractControllerResourceProvider {