Abin Simon
e6a02705a7
Add apikey tests
2022-06-17 13:19:25 +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
techmaharaj
66705418c3
Fixed Comments
2022-06-10 13:46:35 +05:30
Nirav Parikh
da6f02bbbc
Merge pull request #164 from paralus/rename-to-paralus
...
Rename code to paralus
2022-06-10 13:36:06 +05:30
Nirav Parikh
bb4e78b9f4
recreated pb files to update the desc encoded values after changes to paralus
2022-06-10 13:22:08 +05:30
techmaharaj
6b1d886701
Updated Readme - first draft
2022-06-10 12:24:29 +05:30
Nirav Parikh
b3dae2f7fb
Merge pull request #165 from paralus/kubeconfig-audit
...
Kubeconfig audit
2022-06-10 11:46:36 +05:30
Abin Simon
5274a5861c
Add audit log for kubeconfig revoke
2022-06-10 09:04:26 +05:30
Abin Simon
38f937bfcf
User GetM instead of GetByID when fetching user
...
This is necessary as we do not have `trash` in case of user and
GetByID explects that column to be available.
2022-06-10 09:04:26 +05:30
Abin Simon
4a38e1ee9a
Drop unecessary logging now that dev flag is remvoved for auth
2022-06-10 09:04:26 +05:30
Abin Simon
ed3237a58c
Fix identities file typo
2022-06-10 09:04:26 +05:30
Nirav Parikh
e32929ad64
Merge pull request #157 from paralus/imp-cover
...
Add coverage reporting to go workflow
2022-06-09 20:23:56 +05:30
Akshay Gaikwad
a31af67fe7
Generate Go code of agent templates
2022-06-09 16:29:21 +05:30
Akshay Gaikwad
664beb4383
Replace rafay with paralus
2022-06-09 13:42:27 +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
Akshay Gaikwad
b4287fe73d
Merge pull request #163 from paralus/update-readme-dev-false
...
Set dev to false by default
2022-06-08 14:59:47 +05:30
Akshay Gaikwad
5206ce8d27
Set dev to false by default
...
- Set dev to false by default.
- Add auth even when dev is true.
2022-06-08 12:05:53 +05:30
Akshay Gaikwad
213fcaea43
Merge pull request #160 from paralus/modify-idp-groups-to-string
...
Modify Kratos traits to hold single string group
2022-06-07 17:16:59 +05:30
Akshay Gaikwad
318907b215
Modify Kratos traits to hold single string group
...
Due to the ORY Kratos claims which has no group/groups, and as
discussed regarding mapping idp groups to Claims.Team which is string
type, Added idpGroup to kratos trait which is also string type. Both
Identity idpGroup and Claim.Team can be mapped without fail in mapper
config.
2022-06-06 12:16:08 +05:30
techmaharaj
19f2d02e7e
Updated repo name references
2022-06-06 11:46:48 +05:30
techmaharaj
b6a7f97700
Updated rafaylabs references
2022-06-06 11:28:32 +05:30
techmaharaj
3cae92784b
Updated Contribution doc
2022-06-06 11:04:54 +05:30
Nirav Parikh
7ecbf699e6
Merge pull request #158 from paralus/sso_fixes
...
fixes for sso users listing, sso users kubectl issue
2022-06-06 10:50:13 +05:30
niravparikh05
79a88d4766
fix tests
2022-06-02 18:12:24 +05:30
niravparikh05
f8be2a671c
fixes for sso users listing, sso users kubectl issue, removed commented code
2022-06-02 11:31:18 +05:30
Abin Simon
6bd87900de
Add coverage reporting to go workflow
2022-06-01 16:35:06 +05:30