Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LE
Posts
14
Comments
0
Joined
2 yr. ago
python @lemm.ee
Leon @lemm.ee
Technology @beehaw.org
Leon @lemm.ee
Python @programming.dev
Leon @lemm.ee
Python @sh.itjust.works
Leon @lemm.ee
UI/UX @programming.dev
Leon @lemm.ee
Python @sh.itjust.works
Leon @lemm.ee
Linux @lemmy.ml
Leon @lemm.ee
Programming @beehaw.org
Leon @lemm.ee
chennima.github.io Zanzibar与Ory/Keto: 权限管理服务简介

用户的权限管理对每个项目来说都至关重要。不同的业务场景决定了不同的权限管理需求,不同的技术栈也有不同的解决方案:如果你在写一个Ruby On Rails应用,那你可能会选择cancan, 如果你正在使用K8S,那你很可能需要与K8S的RBAC系统打交道。那如果你面对一个非常复杂的业务,需要实现极为灵活的权限配置,并且同时对接多个服务怎么办呢?谷歌的一致性全球授权系统Zanzibar以及其开源实现Ory/Keto或许可以帮到你。 Zanzibar 简介 Google Zanzibar是谷歌201…

Programming @beehaw.org
Leon @lemm.ee
Programming @beehaw.org
Leon @lemm.ee
Data Engineering @lemm.ee
Leon @lemm.ee
python @lemm.ee
Leon @lemm.ee

CLI tools hidden in the Python standard library

python @lemm.ee
Leon @lemm.ee
python @lemm.ee
Leon @lemm.ee
danlamanna.com Building Search DSLs with Django

Search capabilities span from free text (think Google) to raw data access (think SQL). In between, there’s a wide range of options for narrowing a search that are often provided with UI elements. But what if there are too many fields for a UI to search on? Search DSLs can give a user more granular a...