瀏覽代碼

Merge pull request #3158 from yichengq/exp-auth

docs: add experimental notice on auth doc
Yicheng Qin 10 年之前
父節點
當前提交
ca540b23dc
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Documentation/authentication.md

+ 2 - 0
Documentation/authentication.md

@@ -1,5 +1,7 @@
 # Authentication Guide
 # Authentication Guide
 
 
+**NOTE: The authentication feature is considered experimental. We may change workflow without warning in future releases.**
+
 ## Overview
 ## Overview
 
 
 Authentication -- having users and roles in etcd -- was added in etcd 2.1. This guide will help you set up basic authentication in etcd.
 Authentication -- having users and roles in etcd -- was added in etcd 2.1. This guide will help you set up basic authentication in etcd.