有没有办法在 Windows 服务器计算机中创建本地管理员帐户,并将密码存储在 Azure 密钥保管库中,并且在轮换时应更新
我正在尝试使用唯一的密码为我的实验室机器创建本地管理员帐户。我的实验室里大约有 25 台机器。我正在寻找是否有任何方法可以将密码存储在 Azure keyvault 中,并且如果密码在 azure keyvault 中轮换,身份验证应获取更新的密码并授权用户。我必须经常更换密码,通常是几天一次。最终用户将收到可以登录的密码。
I am trying to create local admin account for my lab machines with unique passwords. I have around 25 machines in the lab. I am looking out if there is any way where we can store the password in Azure keyvault and if password is rotated in azure key vault, the authentication should pick up the updated password and authorize the user. I have to rotate password too often, usually once in couple of days. The end user would receive the password with which he can login.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一项过于复杂的任务,无法用简单的答案来解决。你必须把你的问题分成一些较小的问题。我在这里看到的构建块:
所有这些步骤都必须单独划分,或者不是微不足道的。此外,一些附加功能也可能有意义,例如
密码这是一个复杂的项目,即使您知道所有这些技术是如何工作的,也需要至少几周的时间才能正确实施。
This is a too complex task to put it into a simple answer. You have to divide your problem into some smaller ones. Here here the building blocks I would see:
All of these steps have to be divided on their own and or not trivial. Also some additional features could make sense like
Nevertheless, this is a complex project that needs at least several weeks to be implemented correctly, even if you know how all these techniques are working.