Chandan Krishna
f56c5a9fd8
Updated Kratos Client and Fixed SQL Migration issues ( #403 )
...
* created new migrations for null values
Signed-off-by: zyncc <chandankrishna288@gmail.com >
* fixed not null constraint for sentry_bootstrap_infra
Signed-off-by: zyncc <chandankrishna288@gmail.com >
* migrations not being applied
Signed-off-by: zyncc <chandankrishna288@gmail.com >
* added default values to all not null columns
Signed-off-by: zyncc <chandankrishna288@gmail.com >
* changes to kratos client api
Signed-off-by: zyncc <chandankrishna288@gmail.com >
* fixed casbin entries not showing in database
Signed-off-by: zyncc <chandankrishna288@gmail.com >
* .
Signed-off-by: zyncc <chandankrishna288@gmail.com >
* fixed create / upsert mismatch
Signed-off-by: zyncc <chandankrishna288@gmail.com >
* .
Signed-off-by: zyncc <chandankrishna288@gmail.com >
* .
Signed-off-by: zyncc <chandankrishna288@gmail.com >
* .
Signed-off-by: zyncc <chandankrishna288@gmail.com >
* .
Signed-off-by: zyncc <chandankrishna288@gmail.com >
* created one sql migration file
Signed-off-by: zyncc <chandankrishna288@gmail.com >
* .
Signed-off-by: zyncc <chandankrishna288@gmail.com >
* fixed CVE Vulnerability for golang and golang.org/x/oauth2
Signed-off-by: zyncc <chandankrishna288@gmail.com >
* changed go version to 1.25.5
Signed-off-by: zyncc <chandankrishna288@gmail.com >
* updated golangct-lint version to v2.6
Signed-off-by: zyncc <chandankrishna288@gmail.com >
* golang-ci version
Signed-off-by: zyncc <chandankrishna288@gmail.com >
* added version to golang-ci.yaml
Signed-off-by: zyncc <chandankrishna288@gmail.com >
* fixed golangci config
Signed-off-by: zyncc <chandankrishna288@gmail.com >
---------
Signed-off-by: zyncc <chandankrishna288@gmail.com >
2026-01-16 11:24:33 +05:30
Abin Simon
83621acd1a
Disable caching in casbin
...
Until we implement
https://casbin.org/docs/en/dispatchers#distributedenforcer it is
better to disable caching as it might cause issues otherwise when
running multiple instances of the base.
Also, now that we do not have caching, we don't have the need to
invalidate the cache after update operations.
2022-06-14 10:49:16 +05:30
Akshay Gaikwad
0ee494cc97
Rename rcloud, Rafay references
2022-06-08 18:41:32 +05:30
Akshay Gaikwad
b67fcacf87
Rename go module name and its usage
2022-06-08 17:21:22 +05:30
Abin Simon
f9ec22a0ba
Invalidate casbin cache after every update
2022-04-29 15:10:36 +05:30
Abin Simon
fb4fa3781c
Rename RafaySystems to RafayLabs
2022-03-24 12:42:59 +05:30
Abin Simon
78a0b0c625
Rearrage some files to cleanup file structure
2022-03-24 12:40:45 +05:30
Abin Simon
e6c37f4972
Fix authz issues from implementing transactions
2022-03-21 17:49:37 +05:30
shrey-rafay
99f9ccaafb
Add support for mapping permission names to urls when creating the roles
2022-03-21 17:49:13 +05:30
shrey-rafay
5aeab8fd1d
Fix for mappings cache
2022-03-17 09:39:10 +05:30
shrey-rafay
bfaeb4831d
Add support for mapping permission names to urls when creating the roles
2022-03-04 16:24:06 +05:30
nirav-rafay
c66bdc25cd
restructure rcloud-base as a single base controller ( #37 )
...
* restructure rcloud-base as a single base controller
* updated master.rest
* moved sentry from internal to pkg as it is used by relay
* removing unused rpc and it's dependencies
* Fix usermgmt tests
* Don't redefine variables in rest file
Co-authored-by: Abin Simon <abin.simon@rafay.co >
2022-03-03 17:59:06 +05:30