DataHub用户名密码问题

2020-09-24 09:16发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


大家好!

我在设置数据中心的本地实例以与SAP_AOM Hybris服务器通信时遇到麻烦。 使用REST客户端检查服务器以连接到 http://localhost:8080/datahub- webapp/v1/DEFAULT_FEED/pools 提示输入用户名和密码。 我已经尝试了开箱即用的hybris admin:nimda,但仍然没有问题。 检查服务器日志,我收到以下错误消息:

2016-06-15 17:15:17,055 [INFO] [chdssAuthenticationFailureApplicationListener]与用户[admin]接收到GET请求/DEFAULT_FEED/pools-org.springframework.security.authentication.BadCredentialsException导致身份验证失败:凭据错误

我的datahub服务器上的local.properties文件已使用以下设置进行配置。

常用设置targetsystem.hybriscore.url = http://localhost:9001/datahubadapter targetsystem.hybriscore.username = admin targetsystem.hybriscore.password = nimda

datahub设置datahub.extension.exportURL = <一个rel =" nofollow" hraf=" http://localhost:9001/datahubadapter"> http://localhost:9001/datahubadapter datahub.extension.userName = admin datahub.extension.password = nimda datahub.encryption.key.path = c://openssl/encryption-key.txt datahub.server.url = http://localhost:8080/datahub-webapp/v1

欢迎提出任何想法!

Ta Troy

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


大家好!

我在设置数据中心的本地实例以与SAP_AOM Hybris服务器通信时遇到麻烦。 使用REST客户端检查服务器以连接到 http://localhost:8080/datahub- webapp/v1/DEFAULT_FEED/pools 提示输入用户名和密码。 我已经尝试了开箱即用的hybris admin:nimda,但仍然没有问题。 检查服务器日志,我收到以下错误消息:

2016-06-15 17:15:17,055 [INFO] [chdssAuthenticationFailureApplicationListener]与用户[admin]接收到GET请求/DEFAULT_FEED/pools-org.springframework.security.authentication.BadCredentialsException导致身份验证失败:凭据错误

我的datahub服务器上的local.properties文件已使用以下设置进行配置。

常用设置targetsystem.hybriscore.url = http://localhost:9001/datahubadapter targetsystem.hybriscore.username = admin targetsystem.hybriscore.password = nimda

datahub设置datahub.extension.exportURL = <一个rel =" nofollow" hraf=" http://localhost:9001/datahubadapter"> http://localhost:9001/datahubadapter datahub.extension.userName = admin datahub.extension.password = nimda datahub.encryption.key.path = c://openssl/encryption-key.txt datahub.server.url = http://localhost:8080/datahub-webapp/v1

欢迎提出任何想法!

Ta Troy

付费偷看设置
发送
4条回答
1楼 · 2020-09-24 10:18.采纳回答

Data Hub 6.0.0.0+的默认弹簧安全性已激活。 没有用户交付具有必要授权的OOTB。

阅读以下链接:

您还可以使用tomcat属性禁用身份验证: -Dspring.profiles.active = no_auth

大道至简
2楼-- · 2020-09-24 09:57

这在web.xml中定义(在.../webapps/datahub-webapp/WEB-INF/)。 更改或注释Spring安全性条目。

 <代码> <过滤器>
               springSecurityFilterChain 
               org.springframework.web.filter.DelegatingFilterProxy 
      

      <过滤器映射>
               springSecurityFilterChain 
              /* 
      

  
悻福寶寶
3楼-- · 2020-09-24 09:56
  • 转到\ apache-tomcat-7.0.85 \ webapps \ datahub-webapp \ WEB-INF \ classes \ META-INF

  • 查找datahub-security-basic-spring.xml

  • 查找

     <代码> 
              
          
    
     
      
  • 硬编码用户和密码。 这实际上必须来自local.properties或module.properties。

梦想连接
4楼-- · 2020-09-24 09:54

嗨,特洛伊,

您正在使用什么版本的datahub?

一周热门 更多>