wildfly是否提供在standalone.xml中使用掩码密码进行凭证引用的功能?

尼莫(Nemo):

我正在尝试为standalone.xml中的凭据存储(而不是内部存储的别名/凭据)使用掩码密码

当前配置如下:

<credential-stores>
    <credential-store name="testStore" relative-to="jboss.server.data.dir" location="test.jceks" create="true">
        <credential-reference clear-text="storepass"/>
    </credential-store>
</credential-stores>

但是我正在寻找使用带有盐和迭代的掩码密码的功能,例如

 <authentication-configurations>
       <configuration name="masked-config">
           <set-user-name name="Guest"/>
           <credentials>
               <masked-password iteration-count="100" salt="12345678" masked-password="/Nym2s/dssMrabfdIGsZfQ=="/>
           </credentials>
           <sasl-mechanism-selector selector="PLAIN"/>
       </configuration>
   </authentication-configurations>

也就是说,对于凭据存储,请使用掩码密码而不是纯文本。

谢谢!

尼莫(Nemo):

是的,它确实。

<credential-stores>
    <credential-store name="test" relative-to="jboss.server.data.dir" location="test.jceks" create="true">
        <credential-reference clear-text="MASK-J.UbqnPr9LQMe9dkgMERGG8C.B1Neb6CwihvAlHYjYxCTUn8gETT80JRPTi/vcXx9;uoFwaATR;100"/>
 </credential-store>
</credential-stores>

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

Camel Bindy:提供在spring.xml中使用的类

谁能提供在as.data.frame中使用col.names的有效示例?

如何提供在Angular4中使用泛型的服务?

如何提供在TeamCity构建步骤中使用的程序集版本

辅助功能-提供在互动部分之间轻松导航的机制

使用NLog 4.5将结构化数据记录到Elastic Search中不能提供在字段中查询的功能

如果我不使用某些模块,是否必须将所有模块都放在 wildfly10.1.0 standalone.xml 中?

要求在iOS应用中使用当前位置的权限的警报窗口不会给用户提供在“不允许”和“确定”之间进行选择的机会

JSweet是否可以有效移植Java库以供在交叉构建的Scala.js项目中使用?

如何在 WildFly 中离线更新 standalone.xml

如何在 Wildfly Standalone.xml 中设置变量

如何在Wildfly的standalone.xml配置文件中引用环境变量?

与wildfly提供的bouncycastle一起使用

Spring Boot:使用WildFly的standalone.xml中的数据库配置

如何使用IntelliJ IDEA中的standalone-full.xml运行WildFly?

是否可以将JBoss / Wildfly数据源配置为使用更改的客户机凭证?

ANTLR 是否提供这些功能?

在 Wildfly 中配置 standalone.xml 以将 root(/) 重定向到子目录

在wildfly 8.2的standalone-full.xml中设置系统属性

Maven wildfly-maven-plugin自定义standalone.xml

是否仅在2014版中提供了“使用HOG功能进行数字分类”的matlab示例?

在Scala中进行功能编程时,在递归中使用数组是否有效?

配置Wildfly 10以使用Jackson(作为JSON提供程序)

资源所有者密码凭证流是否适用于来自外部身份提供商的帐户

在Wildfly部署中使用带有提供的Maven工件的CXF库

在Bash脚本中使用Expect为SSH命令提供密码

如何使用 Amonite 提前提供密码进行 ssh

OIDC提供者烧瓶。密码凭证授予

是否可以通过在WildFly中进行配置来限制访问?