Commit Graph

449 Commits

Author SHA1 Message Date
KubeSphere CI Bot
67c6a8c510 Merge pull request #2672 from wanjunlei/auditing-log
make ws admin can be aware of anything happened in its workspace.
2020-07-30 13:33:51 +08:00
KubeSphere CI Bot
9834baf230 Merge pull request #2688 from huanggze/master
Allow global admins to view deleted namespace logs
2020-07-30 09:50:51 +08:00
wanjunlei
b5392b97c0 add ns and ws query parameter to es query body
Signed-off-by: wanjunlei <wanjunlei@yunify.com>
2020-07-29 18:48:34 +08:00
wanjunlei
b51a5c22f2 resolve conversation
Signed-off-by: wanjunlei <wanjunlei@yunify.com>
2020-07-29 18:48:34 +08:00
wanjunlei
713c646bfd make ws admin aware of anything happened in its workspace.
Signed-off-by: wanjunlei <wanjunlei@yunify.com>
2020-07-29 18:48:34 +08:00
huanggze
70d0d5fe18 Allow global admins to view deleted namespace logs
Signed-off-by: huanggze <loganhuang@yunify.com>
2020-07-29 10:26:38 +08:00
hongming
e494cae010 fix panic
Signed-off-by: hongming <talonwan@yunify.com>
2020-07-28 14:16:23 +08:00
hongming
bda48c240f fix: devop IAM bugs
Signed-off-by: hongming <talonwan@yunify.com>
2020-07-28 10:01:50 +08:00
zryfish
c5a63500a4 add application controller (#2652)
Signed-off-by: Jeff <zw0948@gmail.com>
2020-07-26 23:11:56 +08:00
KubeSphere CI Bot
72e9f7da90 Merge pull request #2596 from wanjunlei/master
fix bug multi tenant auditing, logging and event is incorrect
2020-07-25 22:30:50 +08:00
wanjunlei
bf87894512 resolve conversation
Signed-off-by: wanjunlei <wanjunlei@yunify.com>
2020-07-25 18:15:21 +08:00
wanjunlei
31d615fa84 add host local time to kubectl from toolbox
Signed-off-by: wanjunlei <wanjunlei@yunify.com>
2020-07-25 13:44:40 +08:00
wanjunlei
6585881d01 fix bug multi tenant auditing, logging and event is incorrect
Signed-off-by: wanjunlei <wanjunlei@yunify.com>
2020-07-25 12:19:29 +08:00
KubeSphere CI Bot
b814c5ba4f Merge pull request #2609 from wansir/master
fix RBAC authorizer
2020-07-25 10:09:50 +08:00
hongming
982ea74185 fix RBAC authorizer
Signed-off-by: hongming <talonwan@yunify.com>
2020-07-25 09:51:39 +08:00
zryfish
93b7c30aea fix login with email (#2584)
Signed-off-by: Jeff <zw0948@gmail.com>
2020-07-24 15:51:30 +08:00
zryfish
f1146f5d6c fix cannot create success login (#2576)
Signed-off-by: Jeff <zw0948@gmail.com>
2020-07-24 13:09:38 +08:00
zryfish
06932926a0 fix creating login records for user failed (#2572)
Signed-off-by: Jeff <zw0948@gmail.com>

Co-authored-by: hongming <talonwan@yunify.com>
2020-07-23 23:36:11 +08:00
zryfish
3d74bb0589 login record CRD (#2565)
* Signed-off-by: hongming <talonwan@yunify.com>

support ldap identity provider

Signed-off-by: hongming <talonwan@yunify.com>

* add login record

Signed-off-by: Jeff <zw0948@gmail.com>

Co-authored-by: hongming <talonwan@yunify.com>
2020-07-23 22:10:39 +08:00
KubeSphere CI Bot
616fcb1740 Merge pull request #2334 from wansir/kubectl-image
Configuring kubectl image from command line
2020-07-23 15:00:49 +08:00
KubeSphere CI Bot
d31a09e8c0 Merge pull request #2543 from wansir/federatednamespaces
fix federatednamespace resource scope
2020-07-23 08:55:49 +08:00
hongming
d1f98b3289 Configuring kubectl image from command line
Signed-off-by: hongming <talonwan@yunify.com>
2020-07-23 02:29:56 +08:00
hongming
c103f47abd fix federatednamespace resource scope
Signed-off-by: hongming <talonwan@yunify.com>
2020-07-22 22:42:53 +08:00
zryfish
24c06da9bc fix cronjob sort bug, daemonsets status bug, add ingress to v1alpha3 (#2541)
Signed-off-by: Jeff <zw0948@gmail.com>
2020-07-22 19:33:25 +08:00
KubeSphere CI Bot
1096eb8adb Merge pull request #2498 from wansir/federatednamespaces
add tenant federated namespaces API
2020-07-22 15:23:49 +08:00
zhangmin
997cb0930d fix pvc count of sc
Signed-off-by: zhangmin <arminzhang@yunify.com>
2020-07-22 11:09:04 +08:00
hongming
3525fc5507 add federatednamespaces tenant API
Signed-off-by: hongming <talonwan@yunify.com>
2020-07-20 17:39:46 +08:00
zryfish
89f850466d fix host cluster reconcile bug (#2479)
Signed-off-by: Jeff <zw0948@gmail.com>
2020-07-19 01:22:32 +08:00
KubeSphere CI Bot
b7eb64dd95 Merge pull request #2446 from wansir/label-selector
fix: migration some resource API to v1alpha3
2020-07-17 12:59:48 +08:00
KubeSphere CI Bot
f706d264dd Merge pull request #2392 from shaowenchen/fix_devops
add interface for iam
2020-07-17 12:57:48 +08:00
hongming
bd22856dbc fix: migration some resource API to v1alpha3
Signed-off-by: hongming <talonwan@yunify.com>
2020-07-16 18:36:32 +08:00
hongming
4f3007c143 fix: node status filter
Signed-off-by: hongming <talonwan@yunify.com>
2020-07-16 12:10:59 +08:00
shaowenchen
895d8b838f add interface for iam
Signed-off-by: shaowenchen <mail@chenshaowen.com>
2020-07-15 17:51:08 +08:00
hongming
311c5289aa fix: empty server host
Signed-off-by: hongming <talonwan@yunify.com>
2020-07-14 14:00:38 +08:00
KubeSphere CI Bot
a8432d1881 Merge pull request #2322 from wansir/fix-636
fix: DaemonSet status search returns wrong result
2020-07-07 14:37:46 +08:00
KubeSphere CI Bot
cdd78e8bcd Merge pull request #2264 from wansir/iam
fix: password modify
2020-07-07 14:17:45 +08:00
hongming
ddd6e1aac8 fix: Daemonset status search returns wrong result
Signed-off-by: hongming <talonwan@yunify.com>
2020-07-06 22:08:57 +08:00
KubeSphere CI Bot
ff329e1548 Merge pull request #2318 from wansir/op
revert openpitrix API
2020-07-06 21:24:45 +08:00
hongming
9e71c58472 revert openpitrix API
Signed-off-by: hongming <talonwan@yunify.com>
2020-07-06 21:16:14 +08:00
calvinyv
c3700b78d9 Merge pull request #2265 from min-zh/storage-capability
capability for non CSI storage
2020-07-06 19:36:22 +08:00
zhangmin
052b1b5f25 capability for non CSI storage 2020-07-06 16:01:57 +08:00
hongming
77a3722b4e fix: password modify
Signed-off-by: hongming <talonwan@yunify.com>
2020-07-06 15:12:11 +08:00
zryfish
3c99b3ca9e fix issue #2289 Can't create fed project (#2291) 2020-07-03 18:06:02 +08:00
hongming
8515e01f55 fix: federated workspace cluster selector
Signed-off-by: hongming <talonwan@yunify.com>
2020-07-02 21:38:04 +08:00
KubeSphere CI Bot
2a05365871 Merge pull request #2257 from wanjunlei/auditing-authority
add resourcescope to AttributesRecord when determine whether the user…
2020-06-27 20:45:42 +08:00
KubeSphere CI Bot
eb1001d2b8 Merge pull request #2256 from huanggze/role
logging: update rolebinding check
2020-06-27 20:43:43 +08:00
wanjunlei
0e6277ed66 add resourcescope to AttributesRecord when determine whether the user can list namespace 2020-06-27 19:21:00 +08:00
huanggze
b92e768beb logging: update rolebinding check
Signed-off-by: huanggze <loganhuang@yunify.com>
2020-06-27 10:37:59 +08:00
junotx
f0ae82793e fix: listIntersectedNamespaces for observability 2020-06-24 19:16:22 +08:00
Guangzhe Huang
1fcb5116df update comment 2020-06-19 16:55:39 +08:00