Commit History

Author SHA1 Message Date
  Sam Batschelet a2b420c364 auth: disable CommonName auth for gRPC-gateway 5 years ago
  Gyu-Ho Lee d62e39d5ca *: deprecate "metadata.NewContext" 7 years ago
  Hitoshi Mitake e1306bff8f *: simply ignore ErrAuthNotEnabled in clientv3 if auth is not enabled 7 years ago
  Hitoshi Mitake c4a45c5713 auth, adt: introduce a new type BytesAffineComparable 7 years ago
  Gyu-Ho Lee 3edd36315d auth: use atomic access to 'authStore.revision' 7 years ago
  Hitoshi Mitake ad2111a6f4 auth: store cached permission information in a form of interval tree 7 years ago
  Hitoshi Mitake c40b86bcde auth, etcdserver: forbid invalid auth management 7 years ago
  Hitoshi Mitake 068d806bde *: revoke a deleted role 7 years ago
  Anthony Romano 52bc997e0b auth: nil check AuthInfo when checking admin permissions 7 years ago
  Hitoshi Mitake f8a290e7ca *: support jwt token in v3 auth API 8 years ago
  Gyu-Ho Lee 6431382a75 auth: keep old revision in 'NewAuthStore' 7 years ago
  Hitoshi Mitake 9976d869c1 auth: correct initialization in NewAuthStore() 7 years ago
  Hitoshi Mitake 0191509637 auth, etcdserver: authenticate clients based on certificate CommonName 8 years ago
  Hitoshi Mitake 9886e9448e auth, etcdserver: let maintenance services require root role 8 years ago
  Anthony Romano c39a59c0be auth: reject empty user name when checking op permissions 7 years ago
  Gyu-Ho Lee 55307d48ac auth: fix gosimple errors 8 years ago
  Vimal Kumar dfe853ebff auth: add a timeout mechanism to simple token 8 years ago
  Hitoshi Mitake f85701a46f auth, etcdserver: forbid adding a user with empty name 8 years ago
  Hitoshi Mitake 39e9b1f75a auth, etcdserver: check password at API layer 8 years ago
  Hitoshi Mitake bc5d7bbe03 auth, e2e, clientv3: the root role should be granted access to every key 8 years ago
  Hitoshi Mitake ef6b74411c auth, etcdserver: introduce revision of authStore for avoiding TOCTOU problem 8 years ago
  Anthony Romano d4e0e419dc auth: set bcrypt cost to minimum for test cases 8 years ago
  Hitoshi Mitake 66107b8653 auth: invalidate every token in disabling auth 8 years ago
  Hitoshi Mitake 8df37d53d6 auth, etcdserver: let Authenticate() fail if auth isn't enabled 8 years ago
  Hitoshi Mitake 18253e2723 *: support getting all users and roles in auth v3 8 years ago
  Anthony Romano 16db9e68a2 auth, etcdserver: separate auth checking apply from core apply 8 years ago
  Xiang Li c75fa6fdc9 *: support deleteRange perm checking 8 years ago
  Xiang Li 390c89b7f9 auth: remove the special checking case for key auth 8 years ago
  Gyu-Ho Lee e9d2eb2b54 auth: key, range in []byte type 8 years ago
  Xiang Li 1bbe09eb3c auth: clean permission checking 8 years ago