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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Terraform Provider for Fine-Grained Authorization

2 点作者 gemanor大约 1 年前
Since our early days of helping developers add fine-grained authorization with [Permit.io](<a href="http:&#x2F;&#x2F;permit.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;permit.io&#x2F;</a>), we&#x27;ve encountered two recurring questions from users:<p>1. How to manage the policy configuration natively within the existing SDLC.<p>2. How to maintain decoupling between the control plane (policy configuration) and the data plane (application context for decision-making).<p>In fact, both of these questions are not only relevant to fine-grained authorization. The right way to solve them in a cloud-native manner is to use Infrastructure as Code (IaC). This ensures that the configuration is kept with other software components and keeps the application code clean from the application configuration. Hence, we released a Terraform provider to configure Permit’s fine-grained authorization as a first step to support configuration via IaC.<p>As for the next steps on our roadmap, we are considering two options. First, releasing more IaC providers (Pulumi, etc.). Second, enhancing the current provider to support more policy engines and policy configurations. For that, we would be happy to hear your thoughts and learn which direction interests you more.<p>We would also appreciate any comments on the code itself and the approach we took. The code of the provider is open for the community review in the HN link.<p>TIA

暂无评论

暂无评论