techmaharaj
d9da0e9376
Added first draft for roadmap
2022-06-21 12:37:06 +05:30
Nirav Parikh
aa1f99efac
Merge pull request #23 from paralus/elenalape/templates
...
add issue and PR templates
2022-06-20 13:28:25 +05:30
elenalape
eb80cd3713
update templates
2022-06-18 23:13:57 +01:00
Nirav Parikh
81d5b39e55
Merge pull request #22 from paralus/fix-buf-gen-issue
...
fix buf issue with struct emedding in controller.pb
2022-06-17 20:11:37 +05:30
Nirav Parikh
a623db60ec
Merge pull request #12 from paralus/imporove-coverage
...
Imporove coverage
2022-06-17 20:11:21 +05:30
Nirav Parikh
756bd48d9e
fix buf issue with struct emedding in controller.pb
2022-06-17 17:41:28 +05:30
Nirav Parikh
43a9829888
Merge pull request #21 from paralus/missing-desc
...
Missing descriptions
2022-06-17 17:39:13 +05:30
Nirav Parikh
9262ecb7a1
Merge pull request #19 from paralus/fix-kratos-unauthorized-issue
...
Fix default Kratos public and admin urls
2022-06-17 17:38:49 +05:30
Abin Simon
7cd0156805
Use /dev/stdout for log default output
2022-06-17 14:32:01 +05:30
Abin Simon
5d3625f15b
Update descriptions for roles and other init items
2022-06-17 14:16:16 +05:30
Abin Simon
b571a83bd9
Cleanup rolepermission descriptions
...
find permissions -name '*.json' | while read -r file; do
echo Processing $file
sed -i 's|"description": "\([a-zA-Z]\)\([a-zA-Z\ ]*\)\.*",|"description": "\u\1\2",|' $file
done
2022-06-17 13:49:42 +05:30
Abin Simon
aea9d26b06
Update description for missing items
2022-06-17 13:40:50 +05:30
Abin Simon
981e82ec00
Fix project related tests
2022-06-17 13:19:25 +05:30
Abin Simon
2f069f2d72
Add tests for namespaces
2022-06-17 13:19:25 +05:30
Abin Simon
d3eafc6c9a
Improve test coverage for project
2022-06-17 13:19:25 +05:30
Abin Simon
16b8a530fe
Update project tests and simplify mocks
2022-06-17 13:19:25 +05:30
Abin Simon
bcfcd46619
Add more tests for rolepermissions
2022-06-17 13:19:25 +05:30
Abin Simon
bbdfa7c74b
Drop unused function
2022-06-17 13:19:25 +05:30
Abin Simon
1d4d05c94c
Improve relay audit log test
2022-06-17 13:19:25 +05:30
Abin Simon
a40ef14cf6
Add tests for relay audit logs
2022-06-17 13:19:25 +05:30
Abin Simon
f70156749f
Simplify audit log tests
2022-06-17 13:19:25 +05:30
Abin Simon
8154da9944
Add initial set of tests for audit_log_query
2022-06-17 13:19:25 +05:30
Abin Simon
e6a02705a7
Add apikey tests
2022-06-17 13:19:25 +05:30
Atulpriya Sharma
b1df05c1f6
Merge pull request #20 from paralus/readmeupdate
...
Updated Paralus Gif
2022-06-17 11:54:40 +05:30
techmaharaj
623509d646
Updated Paralus Gif
2022-06-17 11:42:29 +05:30
Akshay Gaikwad
7d4001589a
Fix default Kratos public and admin urls
...
This resolved forbidden issue on userinfo endpoint.
2022-06-16 15:15:40 +05:30
Abin Simon
ae7db385ea
Add tests for RetrieveCliConfig
2022-06-16 14:56:04 +05:30
Abin Simon
dded075b1b
Explicitly fail on empty role in user mapping
2022-06-16 14:56:04 +05:30
Abin Simon
761d157bcf
Add tests for forgot password
2022-06-16 14:56:04 +05:30
Abin Simon
d6768a3f12
Add tests for projects in user listing
2022-06-16 14:56:04 +05:30
Abin Simon
98bb6d554c
Add testing for idp groups
2022-06-16 14:56:04 +05:30
Nirav Parikh
8778a0925e
Merge pull request #18 from paralus/okta-mapper-file
...
Add Okta mapper jsonnet file
2022-06-15 14:28:00 +05:30
Nirav Parikh
8217c2083c
Merge pull request #16 from paralus/project-updates
...
changes to fix project updates for namespaces
2022-06-15 14:27:38 +05:30
Nirav Parikh
7d04220d3a
fixes for cli config download
2022-06-15 12:37:50 +05:30
Akshay Gaikwad
4ad3cb22b0
Add Okta mapper jsonnet file
2022-06-15 12:31:13 +05:30
Nirav Parikh
e0afe7b315
fixing test cases
2022-06-15 11:31:01 +05:30
Nirav Parikh
9107f6e1b5
changes to fix project updates for namespaces
2022-06-14 20:15:46 +05:30
Akshay Gaikwad
2be628f551
Merge pull request #14 from paralus/revert-alpine
...
Revert to alpine base image
2022-06-14 15:50:06 +05:30
Akshay Gaikwad
051b74f59d
Revert to alpine base image
2022-06-14 15:27:53 +05:30
Nirav Parikh
ef3e6a83f6
Merge pull request #11 from paralus/speedup-docker-build
...
Reduce go binary size be removing symbol table
2022-06-14 12:34:43 +05:30
Akshay Gaikwad
566a06800d
Fix make build command
2022-06-14 12:22:24 +05:30
Akshay Gaikwad
5c5320b4f0
Update Dockerfile.initialize
...
Instead of pulling separate images kratos and migrate for migrations,
combined migration in init image only.
2022-06-14 12:22:24 +05:30
Akshay Gaikwad
0c1b581dd3
Reduce go binary size be removing symbol table
...
Optimize binary file size to perform deployment faster.
2022-06-14 12:22:24 +05:30
Nirav Parikh
e736febc33
Merge pull request #13 from paralus/remote-casbin-cache
...
Disable caching in casbin
2022-06-14 12:20:01 +05:30
Nirav Parikh
9a049294d2
Merge pull request #10 from paralus/update-dockerhub-registry
...
Update to dockerhub registry
2022-06-14 12:19:35 +05:30
Akshay Gaikwad
b3f2862228
Update busybox image in yaml
2022-06-14 11:56:12 +05:30
Akshay Gaikwad
1d55f224ad
Update registry and image name in release workflow
2022-06-14 11:20:24 +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
f8f20535d1
Update images to dockerhub registry
2022-06-13 10:56:09 +05:30
Nirav Parikh
845812b5f7
Merge pull request #161 from paralus/rcloudbase-branding-changes
...
Updated Contribution/Readme Doc
2022-06-10 14:04:17 +05:30