소스 검색

docs: add experimental notice on auth doc

Reasons for the notice:
1. No users have reported about their feedback about auth feature so
far.
2. We haven't used it internally.
3. This is the first release that includes auth feature, so it is good
to be more cautious.
Yicheng Qin 11 년 전
부모
커밋
097ec0f25b
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.