Abin Simon
c2142e6abe
Fix tests because of missing fiels
...
--- FAIL: TestAccessorWithNull (0.00s)
accessor_test.go:66: open testdata/secret.yaml: no such file or directory
--- FAIL: TestAccessorSetRaw (0.00s)
accessor_test.go:93: open testdata/pod.yaml: no such file or directory
--- FAIL: TestAccessor (0.00s)
accessor_test.go:128: open testdata/pod.yaml: no such file or directory
2022-05-02 15:10:00 +05:30
Nirav Parikh
31a89543b0
Merge pull request #125 from RafayLabs/no-restart
...
Fix casbin caching issues
2022-04-29 18:35:46 +05:30
Abin Simon
f9ec22a0ba
Invalidate casbin cache after every update
2022-04-29 15:10:36 +05:30
Abin Simon
5c7776b12e
Set sentry scheme to http if no scheme available
2022-04-29 15:10:19 +05:30
Nirav Parikh
df5609f1fa
Merge pull request #123 from RafayLabs/oidc-fixes
...
fixes for oidc config and groups list
2022-04-29 11:18:12 +05:30
niravparikh05
13e78d6b07
fixes for cli auth
2022-04-28 21:35:42 +05:30
niravparikh05
e9b9b2b7f4
fixes for oidc config and groups list
2022-04-27 21:39:24 +05:30
Nirav Parikh
53140574a9
Merge pull request #122 from RafayLabs/synchronizer-omit-trashed
...
[synchronizer] Omit trash oidc providers in synchronizing
2022-04-27 19:03:18 +05:30
Akshay Gaikwad
4331eed88c
[synchronizer] Map provider name to id in kratos confing
2022-04-27 18:33:03 +05:30
Akshay Gaikwad
af09d570bf
[synchronizer] Omit trash oidc providers in synchronizing
2022-04-27 16:47:03 +05:30
Nirav Parikh
d908aef6bf
Merge pull request #121 from RafayLabs/few-fixes
...
fixes for permissions and user group assoc
2022-04-26 21:34:09 +05:30
niravparikh05
33f3d9337b
test case to be fixed
2022-04-26 21:31:13 +05:30
niravparikh05
101c005312
fixes for permissions and user group assoc
2022-04-26 19:56:36 +05:30
Nirav Parikh
8e5e36b6cf
Merge pull request #115 from RafayLabs/audit-log-final
...
Audit log
2022-04-26 15:36:22 +05:30
Abin Simon
2dfbc42717
Drop org and partner restriction in relay audit lookup
2022-04-26 15:29:37 +05:30
Abin Simon
426368014b
Enable audit info server for use in relay-tail
2022-04-26 15:29:26 +05:30
Abin Simon
3a87a77dca
Add trash column to BootstrapAgentTemplate
2022-04-26 15:29:05 +05:30
Abin Simon
9b7dc9a9a0
Use kratos public url in prompt
2022-04-26 13:29:07 +05:30
Abin Simon
a68277e295
Fix fetching user in sentry
...
Previously we were getting the user with quotes around it which caused issues.
2022-04-26 13:28:36 +05:30
Abin Simon
abaa8294bc
Improve cacheablility of docker builds
2022-04-26 13:28:22 +05:30
Abin Simon
686955a4b4
Fix audit log format
2022-04-26 10:26:15 +05:30
Abin Simon
5c2d211100
Don't add id for actor
...
We are dropping all ids from audit log.
2022-04-26 10:26:15 +05:30
Nirav Parikh
9009351c53
Merge pull request #118 from RafayLabs/prompt-fixes
...
changes to support prompt
2022-04-25 18:01:33 +05:30
niravparikh05
6cc5864082
fix for get user kubeconfig
2022-04-25 17:59:31 +05:30
Nirav Parikh
643fccb7ab
Merge pull request #117 from RafayLabs/kratos-register-oidc
...
Add autoregister settings for kratos.yml
2022-04-25 17:24:48 +05:30
niravparikh05
db7be6e26e
changes to support prompt
2022-04-25 17:24:08 +05:30
sigmabaryon
50e8983333
Add autoregister settings for kratos.yml
2022-04-25 16:33:46 +05:30
Nirav Parikh
0ebeb5ed57
Merge pull request #116 from RafayLabs/middleware-fixes
...
fixes in middleware to set db and few other fixes
2022-04-22 12:32:23 +05:30
Nirav Parikh
535a4c13a9
Merge pull request #110 from RafayLabs/rcloudbase-contribution-doc
...
Adding First Draft of Contributing.md
2022-04-22 12:15:29 +05:30
niravparikh05
9e8d767a9e
fixes in middleware to set db and few other fixes
2022-04-22 12:13:23 +05:30
Nirav Parikh
a9cd4e842e
multiple kratos clients for session validation and identity creation ( #114 )
...
* multiple kratos clients for session validation and identity creation
* fixed review comments
* switching few logs to debug
2022-04-21 11:52:20 +05:30
techmaharaj
8e12fdc8f9
Updated help section
2022-04-20 16:29:47 +05:30
techmaharaj
0980f1e4e5
Updating contribution draft
2022-04-20 15:18:13 +05:30
Nirav Parikh
faf5e92ed6
Merge pull request #112 from RafayLabs/update-readme-page
...
Update development guide manual steps
2022-04-19 15:27:39 +05:30
Nirav Parikh
d0b2a12c5e
Merge pull request #113 from RafayLabs/remove-kratos-scheme-from-auth
...
Remove Kratos scheme variable from auth
2022-04-19 15:25:56 +05:30
Akshay Gaikwad
9d15c3aa15
Remove Kratos scheme variable from auth
...
kratos Address var includes scheme, so no need to of separate variable
for a scheme.
2022-04-19 15:20:35 +05:30
Nirav Parikh
5bdec7d8c2
Merge pull request #111 from RafayLabs/kratos-rec-ui
...
Changes for supporting recovery UI
2022-04-19 12:24:12 +05:30
Akshay Gaikwad
3531cded6b
Update development guide manual steps
...
- Removed clusterdb creation.
- Add Kratos step.
- Removed duplicate docker-compose development setup.
Signed-off-by: Akshay Gaikwad <akshay.gaikwad@rafay.co >
2022-04-19 11:18:44 +05:30
sigmabaryon
0f58d0a2a2
Changes for supporting recovery UI
2022-04-19 10:45:07 +05:30
techmaharaj
5eb2ae4919
Adding First Draft of Contributing.md
2022-04-18 13:46:09 +05:30
Nirav Parikh
7e030ee3b9
Merge pull request #109 from RafayLabs/prompt-support
...
changes to expose system and user grpc clients for prompt
2022-04-15 15:08:31 +05:30
niravparikh05
8883703328
changes to expose system and user grpc clients for prompt
2022-04-15 15:05:17 +05:30
Nirav Parikh
371bbc1076
Merge pull request #107 from RafayLabs/synchronizer-dockerfile
...
Synchronizer dockerfile
2022-04-15 15:03:52 +05:30
Nirav Parikh
508eb61d4f
Merge pull request #108 from RafayLabs/revert_isglobal
...
reverting changes for isGlobal in role resource
2022-04-14 18:41:24 +05:30
niravparikh05
c99c1c5a7e
reverting changes for isGlobal in role resource
2022-04-14 18:36:55 +05:30
Akshay Gaikwad
73f815d58a
Add Dockerfile.synchronizer
2022-04-14 18:07:35 +05:30
Akshay Gaikwad
56546cf841
Modify synchronizer and move it to scripts dir
2022-04-14 17:57:44 +05:30
Nirav Parikh
a9e72810a5
Merge pull request #104 from RafayLabs/issue_fixes
...
issue fixes for cluster delete and adding bootstrap addr to agent config
2022-04-14 17:08:22 +05:30
niravparikh05
b3e84cedff
updating env.example file
2022-04-14 17:03:34 +05:30
niravparikh05
4b6cc8f8fe
changes to support cluster proxy config
2022-04-14 17:01:05 +05:30