浏览代码

feat(docs): warning on token scoping interface change

Peter Thomassen 1 年之前
父节点
当前提交
4abdd83280
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      docs/auth/tokens.rst

+ 9 - 0
docs/auth/tokens.rst

@@ -271,6 +271,15 @@ can use the :ref:`log-out` endpoint to delete it.
 
 Token Scoping: Domain Policies
 ``````````````````````````````
+
+.. warning::
+    The Token Scoping interface **will change** in late 2023. The below
+    description is **deprecated**.
+
+    The changes are necessary in order to enable higher scoping granularity
+    (on the RRset level). For development details, see
+    https://github.com/desec-io/desec-stack/pull/840.
+
 Tokens by default can be used to authorize arbitrary actions within the user's
 account, including DNS operations on any domain and some administrative tasks.
 As such, tokens are considered *privileged* when no further configuration is