TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you give developers database access?

3 点作者 posix_monad大约 1 年前
We want to keep our databases secure, but sometimes developers need access (think migrations, debugging, business information queries).<p>Ideally, database access is:<p>- Connected to existing developer authentication (single sign-on)<p>- Time limited<p>- Requires approval<p>- Leaves an audit trail<p>How do you achieve these conflicting goals?<p>Some approaches:<p>- Put the database in a public subnet and give developers database credentials. This is strongly discouraged by AWS etc (why?). No audit trail or approvals process.<p>- Put the database in a private subnet with a VPN in a public subnet. Give developers database credentials. This requires credential management for the VPN and you need to pay for an additional server. Access is not time limited. No audit trail or approvals process.<p>- Something else... ?

暂无评论

暂无评论