Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add aws codebuild resource #1216

Merged
merged 3 commits into from
Nov 26, 2023

Conversation

AmalRichwin
Copy link
Contributor

Problem

Need to support of AWS CodeBuild #1174

Solution

Added AWS CodeBuild support

Changes Made

  • Added AWS CodeBuild Support
  • Updated AWS packages dependencies

Screenshots

Screenshot from 2023-11-18 17-23-20

Notes

After adding aws codebuild dependency to komiser engine, some of the aws packages also got updated, but application didn't work after that it throw error not found, ResolveEndpointV2, i have also attached the screenshot of error logs. Then i checked the issues page of aws-sdk-go-v2, there is similar reported ISSUE LINK, resolution was to update all aws packages to new version, so i did the same.

Checklist

  • Code follows the contributing guidelines
  • Changes have been thoroughly tested
  • Documentation has been updated, if necessary
  • Any dependencies have been added to the project, if necessary

Reviewers

@Azanul

@Azanul
Copy link
Collaborator

Azanul commented Nov 19, 2023

Good work @AmalRichwin

@AmalRichwin
Copy link
Contributor Author

Good work @AmalRichwin

Thankyou

@AmalRichwin
Copy link
Contributor Author

@Azanul , what should i do change/fix for Auto message for PR's and Issues / Hello new contributor (pull_request) check to pass.

@Azanul
Copy link
Collaborator

Azanul commented Nov 22, 2023

@Azanul , what should i do change/fix for Auto message for PR's and Issues / Hello new contributor (pull_request) check to pass.

Ignore it, it's on our plate to fix

@Azanul Azanul merged commit 21cc4da into tailwarden:develop Nov 26, 2023
3 checks passed
Azanul added a commit to Azanul/komiser that referenced this pull request Dec 6, 2023
Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>
Azanul added a commit to Azanul/komiser that referenced this pull request Dec 6, 2023
Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>
Azanul added a commit that referenced this pull request Dec 6, 2023
* fix(1205): Resource fetching performance improvement for OVH

* Update civo.mdx

update to test mintlify workflow

* fix: Resource fetching performance improvement for Scaleway (#1212)

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (#1215)

* making fetching resources parallelized for all providers

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

* updating fetching resources for civo and tencent

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* fix: no OVH in docs (#1218)

Signed-off-by: Azanul <azanulhaque@gmail.com>

* Update hello-to-new-contributors.yml

* [FEAT-1092]: Update color names and box-shadows to match Design-System (#1143)

* feat: update colors in tailwind config

* fix: update color class-names to match new palette

* fix: update primary & secondary color class-names to match new palette

* fix: update box-shadows to match design system

* fix: update tailwind config and class-names

* feat: add aws codebuild resource (#1216)

Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* feat: add aws codedeploy resource (#1228)

* Fix accidental loop capture (#1252)

* chore: remove dot import

Signed-off-by: Azanul <azanulhaque@gmail.com>

* fix: capture of the loop variable

Signed-off-by: Azanul <azanulhaque@gmail.com>

* chore: remove duplicate import

Signed-off-by: Azanul <azanulhaque@gmail.com>

---------

Signed-off-by: Azanul <azanulhaque@gmail.com>

* feat: add aws codecommit resource (#1229)

* feat: add aws codecommit resource

* chore: remove unused code

* chore: remove commented code

---------

Co-authored-by: amal richwin <richwin@munat.Dlink>

* Check for nil VpcId and SubnetId before use (#1254)

Fixes #1250

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* Migration Nextjs 13 to 14 (#1217)

* Migration Nextjs 13 to 14

* fix: next export

* add output export property

---------

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Signed-off-by: Azanul <azanulhaque@gmail.com>
Co-authored-by: LABOUARDY Mohamed <mohamed@labouardy.com>
Co-authored-by: tanbirali <tanbirali2004@gmail.com>
Co-authored-by: Jake Page <38757612+jakepage91@users.noreply.github.com>
Co-authored-by: Tanbir Ali <124070023+tanbirali@users.noreply.github.com>
Co-authored-by: Bishal Das <70086051+bishal7679@users.noreply.github.com>
Co-authored-by: Avinesh Tripathi <73980067+AvineshTripathi@users.noreply.github.com>
Co-authored-by: Umar Abid <75561750+umrkhn@users.noreply.github.com>
Co-authored-by: Richwin <39644816+AmalRichwin@users.noreply.github.com>
Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Vanshul Bhatia <98731471+VanshulB@users.noreply.github.com>
Co-authored-by: Josh VanderLinden <codekoala@users.noreply.github.com>
Co-authored-by: Shivam Sharma <meshivam81@gmail.com>
Azanul added a commit that referenced this pull request Dec 7, 2023
* fix(1205): Resource fetching performance improvement for OVH

* Update civo.mdx

update to test mintlify workflow

* fix: Resource fetching performance improvement for Scaleway (#1212)

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (#1215)

* making fetching resources parallelized for all providers

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

* updating fetching resources for civo and tencent

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* fix: no OVH in docs (#1218)

Signed-off-by: Azanul <azanulhaque@gmail.com>

* Update hello-to-new-contributors.yml

* [FEAT-1092]: Update color names and box-shadows to match Design-System (#1143)

* feat: update colors in tailwind config

* fix: update color class-names to match new palette

* fix: update primary & secondary color class-names to match new palette

* fix: update box-shadows to match design system

* fix: update tailwind config and class-names

* feat: add aws codebuild resource (#1216)

Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* feat: add aws codedeploy resource (#1228)

* Fix accidental loop capture (#1252)

* chore: remove dot import

Signed-off-by: Azanul <azanulhaque@gmail.com>

* fix: capture of the loop variable

Signed-off-by: Azanul <azanulhaque@gmail.com>

* chore: remove duplicate import

Signed-off-by: Azanul <azanulhaque@gmail.com>

---------

Signed-off-by: Azanul <azanulhaque@gmail.com>

* feat: add aws codecommit resource (#1229)

* feat: add aws codecommit resource

* chore: remove unused code

* chore: remove commented code

---------

Co-authored-by: amal richwin <richwin@munat.Dlink>

* Check for nil VpcId and SubnetId before use (#1254)

Fixes #1250

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* Migration Nextjs 13 to 14 (#1217)

* Migration Nextjs 13 to 14

* fix: next export

* add output export property

---------

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* Rebase to master (#1268)

* fix(1205): Resource fetching performance improvement for OVH

* Update civo.mdx

update to test mintlify workflow

* fix: Resource fetching performance improvement for Scaleway (#1212)

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (#1215)

* making fetching resources parallelized for all providers

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

* updating fetching resources for civo and tencent

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* fix: no OVH in docs (#1218)

Signed-off-by: Azanul <azanulhaque@gmail.com>

* Update hello-to-new-contributors.yml

* [FEAT-1092]: Update color names and box-shadows to match Design-System (#1143)

* feat: update colors in tailwind config

* fix: update color class-names to match new palette

* fix: update primary & secondary color class-names to match new palette

* fix: update box-shadows to match design system

* fix: update tailwind config and class-names

* feat: add aws codebuild resource (#1216)

Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* feat: add aws codedeploy resource (#1228)

* Fix accidental loop capture (#1252)

* chore: remove dot import

Signed-off-by: Azanul <azanulhaque@gmail.com>

* fix: capture of the loop variable

Signed-off-by: Azanul <azanulhaque@gmail.com>

* chore: remove duplicate import

Signed-off-by: Azanul <azanulhaque@gmail.com>

---------

Signed-off-by: Azanul <azanulhaque@gmail.com>

* feat: add aws codecommit resource (#1229)

* feat: add aws codecommit resource

* chore: remove unused code

* chore: remove commented code

---------

Co-authored-by: amal richwin <richwin@munat.Dlink>

* Check for nil VpcId and SubnetId before use (#1254)

Fixes #1250

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* Migration Nextjs 13 to 14 (#1217)

* Migration Nextjs 13 to 14

* fix: next export

* add output export property

---------

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Signed-off-by: Azanul <azanulhaque@gmail.com>
Co-authored-by: LABOUARDY Mohamed <mohamed@labouardy.com>
Co-authored-by: tanbirali <tanbirali2004@gmail.com>
Co-authored-by: Jake Page <38757612+jakepage91@users.noreply.github.com>
Co-authored-by: Tanbir Ali <124070023+tanbirali@users.noreply.github.com>
Co-authored-by: Bishal Das <70086051+bishal7679@users.noreply.github.com>
Co-authored-by: Avinesh Tripathi <73980067+AvineshTripathi@users.noreply.github.com>
Co-authored-by: Umar Abid <75561750+umrkhn@users.noreply.github.com>
Co-authored-by: Richwin <39644816+AmalRichwin@users.noreply.github.com>
Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Vanshul Bhatia <98731471+VanshulB@users.noreply.github.com>
Co-authored-by: Josh VanderLinden <codekoala@users.noreply.github.com>
Co-authored-by: Shivam Sharma <meshivam81@gmail.com>

* fix: wrong slack guide url (#1264)

This commit fixes #1259

Signed-off-by: Shikhar Vashistha <51105234+shikharvashistha@users.noreply.github.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Signed-off-by: Azanul <azanulhaque@gmail.com>
Signed-off-by: Shikhar Vashistha <51105234+shikharvashistha@users.noreply.github.com>
Co-authored-by: tanbirali <tanbirali2004@gmail.com>
Co-authored-by: LABOUARDY Mohamed <mohamed@labouardy.com>
Co-authored-by: Jake Page <38757612+jakepage91@users.noreply.github.com>
Co-authored-by: Tanbir Ali <124070023+tanbirali@users.noreply.github.com>
Co-authored-by: Bishal Das <70086051+bishal7679@users.noreply.github.com>
Co-authored-by: Avinesh Tripathi <73980067+AvineshTripathi@users.noreply.github.com>
Co-authored-by: Umar Abid <75561750+umrkhn@users.noreply.github.com>
Co-authored-by: Richwin <39644816+AmalRichwin@users.noreply.github.com>
Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Vanshul Bhatia <98731471+VanshulB@users.noreply.github.com>
Co-authored-by: Josh VanderLinden <codekoala@users.noreply.github.com>
Co-authored-by: Shivam Sharma <meshivam81@gmail.com>
Co-authored-by: Shikhar Vashistha <51105234+shikharvashistha@users.noreply.github.com>
Azanul added a commit to Azanul/komiser that referenced this pull request Dec 27, 2023
* fix(1205): Resource fetching performance improvement for OVH

* Update civo.mdx

update to test mintlify workflow

* fix: Resource fetching performance improvement for Scaleway (tailwarden#1212)

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (tailwarden#1215)

* making fetching resources parallelized for all providers

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

* updating fetching resources for civo and tencent

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* fix: no OVH in docs (tailwarden#1218)

Signed-off-by: Azanul <azanulhaque@gmail.com>

* Update hello-to-new-contributors.yml

* [FEAT-1092]: Update color names and box-shadows to match Design-System (tailwarden#1143)

* feat: update colors in tailwind config

* fix: update color class-names to match new palette

* fix: update primary & secondary color class-names to match new palette

* fix: update box-shadows to match design system

* fix: update tailwind config and class-names

* feat: add aws codebuild resource (tailwarden#1216)

Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* feat: add aws codedeploy resource (tailwarden#1228)

* Fix accidental loop capture (tailwarden#1252)

* chore: remove dot import

Signed-off-by: Azanul <azanulhaque@gmail.com>

* fix: capture of the loop variable

Signed-off-by: Azanul <azanulhaque@gmail.com>

* chore: remove duplicate import

Signed-off-by: Azanul <azanulhaque@gmail.com>

---------

Signed-off-by: Azanul <azanulhaque@gmail.com>

* feat: add aws codecommit resource (tailwarden#1229)

* feat: add aws codecommit resource

* chore: remove unused code

* chore: remove commented code

---------

Co-authored-by: amal richwin <richwin@munat.Dlink>

* Check for nil VpcId and SubnetId before use (tailwarden#1254)

Fixes tailwarden#1250

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* Migration Nextjs 13 to 14 (tailwarden#1217)

* Migration Nextjs 13 to 14

* fix: next export

* add output export property

---------

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Signed-off-by: Azanul <azanulhaque@gmail.com>
Co-authored-by: LABOUARDY Mohamed <mohamed@labouardy.com>
Co-authored-by: tanbirali <tanbirali2004@gmail.com>
Co-authored-by: Jake Page <38757612+jakepage91@users.noreply.github.com>
Co-authored-by: Tanbir Ali <124070023+tanbirali@users.noreply.github.com>
Co-authored-by: Bishal Das <70086051+bishal7679@users.noreply.github.com>
Co-authored-by: Avinesh Tripathi <73980067+AvineshTripathi@users.noreply.github.com>
Co-authored-by: Umar Abid <75561750+umrkhn@users.noreply.github.com>
Co-authored-by: Richwin <39644816+AmalRichwin@users.noreply.github.com>
Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Vanshul Bhatia <98731471+VanshulB@users.noreply.github.com>
Co-authored-by: Josh VanderLinden <codekoala@users.noreply.github.com>
Co-authored-by: Shivam Sharma <meshivam81@gmail.com>
Azanul added a commit that referenced this pull request Dec 27, 2023
* v3.1.6 release 🚀 (#1265)

* fix(1205): Resource fetching performance improvement for OVH

* Update civo.mdx

update to test mintlify workflow

* fix: Resource fetching performance improvement for Scaleway (#1212)

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (#1215)

* making fetching resources parallelized for all providers

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

* updating fetching resources for civo and tencent

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* fix: no OVH in docs (#1218)

Signed-off-by: Azanul <azanulhaque@gmail.com>

* Update hello-to-new-contributors.yml

* [FEAT-1092]: Update color names and box-shadows to match Design-System (#1143)

* feat: update colors in tailwind config

* fix: update color class-names to match new palette

* fix: update primary & secondary color class-names to match new palette

* fix: update box-shadows to match design system

* fix: update tailwind config and class-names

* feat: add aws codebuild resource (#1216)

Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* feat: add aws codedeploy resource (#1228)

* Fix accidental loop capture (#1252)

* chore: remove dot import

Signed-off-by: Azanul <azanulhaque@gmail.com>

* fix: capture of the loop variable

Signed-off-by: Azanul <azanulhaque@gmail.com>

* chore: remove duplicate import

Signed-off-by: Azanul <azanulhaque@gmail.com>

---------

Signed-off-by: Azanul <azanulhaque@gmail.com>

* feat: add aws codecommit resource (#1229)

* feat: add aws codecommit resource

* chore: remove unused code

* chore: remove commented code

---------

Co-authored-by: amal richwin <richwin@munat.Dlink>

* Check for nil VpcId and SubnetId before use (#1254)

Fixes #1250

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* Migration Nextjs 13 to 14 (#1217)

* Migration Nextjs 13 to 14

* fix: next export

* add output export property

---------

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* Rebase to master (#1268)

* fix(1205): Resource fetching performance improvement for OVH

* Update civo.mdx

update to test mintlify workflow

* fix: Resource fetching performance improvement for Scaleway (#1212)

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (#1215)

* making fetching resources parallelized for all providers

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

* updating fetching resources for civo and tencent

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* fix: no OVH in docs (#1218)

Signed-off-by: Azanul <azanulhaque@gmail.com>

* Update hello-to-new-contributors.yml

* [FEAT-1092]: Update color names and box-shadows to match Design-System (#1143)

* feat: update colors in tailwind config

* fix: update color class-names to match new palette

* fix: update primary & secondary color class-names to match new palette

* fix: update box-shadows to match design system

* fix: update tailwind config and class-names

* feat: add aws codebuild resource (#1216)

Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* feat: add aws codedeploy resource (#1228)

* Fix accidental loop capture (#1252)

* chore: remove dot import

Signed-off-by: Azanul <azanulhaque@gmail.com>

* fix: capture of the loop variable

Signed-off-by: Azanul <azanulhaque@gmail.com>

* chore: remove duplicate import

Signed-off-by: Azanul <azanulhaque@gmail.com>

---------

Signed-off-by: Azanul <azanulhaque@gmail.com>

* feat: add aws codecommit resource (#1229)

* feat: add aws codecommit resource

* chore: remove unused code

* chore: remove commented code

---------

Co-authored-by: amal richwin <richwin@munat.Dlink>

* Check for nil VpcId and SubnetId before use (#1254)

Fixes #1250

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* Migration Nextjs 13 to 14 (#1217)

* Migration Nextjs 13 to 14

* fix: next export

* add output export property

---------

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Signed-off-by: Azanul <azanulhaque@gmail.com>
Co-authored-by: LABOUARDY Mohamed <mohamed@labouardy.com>
Co-authored-by: tanbirali <tanbirali2004@gmail.com>
Co-authored-by: Jake Page <38757612+jakepage91@users.noreply.github.com>
Co-authored-by: Tanbir Ali <124070023+tanbirali@users.noreply.github.com>
Co-authored-by: Bishal Das <70086051+bishal7679@users.noreply.github.com>
Co-authored-by: Avinesh Tripathi <73980067+AvineshTripathi@users.noreply.github.com>
Co-authored-by: Umar Abid <75561750+umrkhn@users.noreply.github.com>
Co-authored-by: Richwin <39644816+AmalRichwin@users.noreply.github.com>
Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Vanshul Bhatia <98731471+VanshulB@users.noreply.github.com>
Co-authored-by: Josh VanderLinden <codekoala@users.noreply.github.com>
Co-authored-by: Shivam Sharma <meshivam81@gmail.com>

* fix: wrong slack guide url (#1264)

This commit fixes #1259

Signed-off-by: Shikhar Vashistha <51105234+shikharvashistha@users.noreply.github.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Signed-off-by: Azanul <azanulhaque@gmail.com>
Signed-off-by: Shikhar Vashistha <51105234+shikharvashistha@users.noreply.github.com>
Co-authored-by: tanbirali <tanbirali2004@gmail.com>
Co-authored-by: LABOUARDY Mohamed <mohamed@labouardy.com>
Co-authored-by: Jake Page <38757612+jakepage91@users.noreply.github.com>
Co-authored-by: Tanbir Ali <124070023+tanbirali@users.noreply.github.com>
Co-authored-by: Bishal Das <70086051+bishal7679@users.noreply.github.com>
Co-authored-by: Avinesh Tripathi <73980067+AvineshTripathi@users.noreply.github.com>
Co-authored-by: Umar Abid <75561750+umrkhn@users.noreply.github.com>
Co-authored-by: Richwin <39644816+AmalRichwin@users.noreply.github.com>
Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Vanshul Bhatia <98731471+VanshulB@users.noreply.github.com>
Co-authored-by: Josh VanderLinden <codekoala@users.noreply.github.com>
Co-authored-by: Shivam Sharma <meshivam81@gmail.com>
Co-authored-by: Shikhar Vashistha <51105234+shikharvashistha@users.noreply.github.com>

* merge: rebase

Signed-off-by: Azanul <azanulhaque@gmail.com>

* lint: unused

Signed-off-by: Azanul <azanulhaque@gmail.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Signed-off-by: Azanul <azanulhaque@gmail.com>
Signed-off-by: Shikhar Vashistha <51105234+shikharvashistha@users.noreply.github.com>
Co-authored-by: tanbirali <tanbirali2004@gmail.com>
Co-authored-by: LABOUARDY Mohamed <mohamed@labouardy.com>
Co-authored-by: Jake Page <38757612+jakepage91@users.noreply.github.com>
Co-authored-by: Tanbir Ali <124070023+tanbirali@users.noreply.github.com>
Co-authored-by: Bishal Das <70086051+bishal7679@users.noreply.github.com>
Co-authored-by: Avinesh Tripathi <73980067+AvineshTripathi@users.noreply.github.com>
Co-authored-by: Umar Abid <75561750+umrkhn@users.noreply.github.com>
Co-authored-by: Richwin <39644816+AmalRichwin@users.noreply.github.com>
Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Vanshul Bhatia <98731471+VanshulB@users.noreply.github.com>
Co-authored-by: Josh VanderLinden <codekoala@users.noreply.github.com>
Co-authored-by: Shivam Sharma <meshivam81@gmail.com>
Co-authored-by: Shikhar Vashistha <51105234+shikharvashistha@users.noreply.github.com>
Azanul added a commit that referenced this pull request Dec 28, 2023
* v3.1.6 release 🚀 (#1265)

* fix(1205): Resource fetching performance improvement for OVH

* Update civo.mdx

update to test mintlify workflow

* fix: Resource fetching performance improvement for Scaleway (#1212)

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (#1215)

* making fetching resources parallelized for all providers

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

* updating fetching resources for civo and tencent

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* fix: no OVH in docs (#1218)

Signed-off-by: Azanul <azanulhaque@gmail.com>

* Update hello-to-new-contributors.yml

* [FEAT-1092]: Update color names and box-shadows to match Design-System (#1143)

* feat: update colors in tailwind config

* fix: update color class-names to match new palette

* fix: update primary & secondary color class-names to match new palette

* fix: update box-shadows to match design system

* fix: update tailwind config and class-names

* feat: add aws codebuild resource (#1216)

Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* feat: add aws codedeploy resource (#1228)

* Fix accidental loop capture (#1252)

* chore: remove dot import

Signed-off-by: Azanul <azanulhaque@gmail.com>

* fix: capture of the loop variable

Signed-off-by: Azanul <azanulhaque@gmail.com>

* chore: remove duplicate import

Signed-off-by: Azanul <azanulhaque@gmail.com>

---------

Signed-off-by: Azanul <azanulhaque@gmail.com>

* feat: add aws codecommit resource (#1229)

* feat: add aws codecommit resource

* chore: remove unused code

* chore: remove commented code

---------

Co-authored-by: amal richwin <richwin@munat.Dlink>

* Check for nil VpcId and SubnetId before use (#1254)

Fixes #1250

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* Migration Nextjs 13 to 14 (#1217)

* Migration Nextjs 13 to 14

* fix: next export

* add output export property

---------

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* Rebase to master (#1268)

* fix(1205): Resource fetching performance improvement for OVH

* Update civo.mdx

update to test mintlify workflow

* fix: Resource fetching performance improvement for Scaleway (#1212)

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (#1215)

* making fetching resources parallelized for all providers

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

* updating fetching resources for civo and tencent

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* fix: no OVH in docs (#1218)

Signed-off-by: Azanul <azanulhaque@gmail.com>

* Update hello-to-new-contributors.yml

* [FEAT-1092]: Update color names and box-shadows to match Design-System (#1143)

* feat: update colors in tailwind config

* fix: update color class-names to match new palette

* fix: update primary & secondary color class-names to match new palette

* fix: update box-shadows to match design system

* fix: update tailwind config and class-names

* feat: add aws codebuild resource (#1216)

Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* feat: add aws codedeploy resource (#1228)

* Fix accidental loop capture (#1252)

* chore: remove dot import

Signed-off-by: Azanul <azanulhaque@gmail.com>

* fix: capture of the loop variable

Signed-off-by: Azanul <azanulhaque@gmail.com>

* chore: remove duplicate import

Signed-off-by: Azanul <azanulhaque@gmail.com>

---------

Signed-off-by: Azanul <azanulhaque@gmail.com>

* feat: add aws codecommit resource (#1229)

* feat: add aws codecommit resource

* chore: remove unused code

* chore: remove commented code

---------

Co-authored-by: amal richwin <richwin@munat.Dlink>

* Check for nil VpcId and SubnetId before use (#1254)

Fixes #1250

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* Migration Nextjs 13 to 14 (#1217)

* Migration Nextjs 13 to 14

* fix: next export

* add output export property

---------

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Signed-off-by: Azanul <azanulhaque@gmail.com>
Co-authored-by: LABOUARDY Mohamed <mohamed@labouardy.com>
Co-authored-by: tanbirali <tanbirali2004@gmail.com>
Co-authored-by: Jake Page <38757612+jakepage91@users.noreply.github.com>
Co-authored-by: Tanbir Ali <124070023+tanbirali@users.noreply.github.com>
Co-authored-by: Bishal Das <70086051+bishal7679@users.noreply.github.com>
Co-authored-by: Avinesh Tripathi <73980067+AvineshTripathi@users.noreply.github.com>
Co-authored-by: Umar Abid <75561750+umrkhn@users.noreply.github.com>
Co-authored-by: Richwin <39644816+AmalRichwin@users.noreply.github.com>
Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Vanshul Bhatia <98731471+VanshulB@users.noreply.github.com>
Co-authored-by: Josh VanderLinden <codekoala@users.noreply.github.com>
Co-authored-by: Shivam Sharma <meshivam81@gmail.com>

* fix: wrong slack guide url (#1264)

This commit fixes #1259

Signed-off-by: Shikhar Vashistha <51105234+shikharvashistha@users.noreply.github.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Signed-off-by: Azanul <azanulhaque@gmail.com>
Signed-off-by: Shikhar Vashistha <51105234+shikharvashistha@users.noreply.github.com>
Co-authored-by: tanbirali <tanbirali2004@gmail.com>
Co-authored-by: LABOUARDY Mohamed <mohamed@labouardy.com>
Co-authored-by: Jake Page <38757612+jakepage91@users.noreply.github.com>
Co-authored-by: Tanbir Ali <124070023+tanbirali@users.noreply.github.com>
Co-authored-by: Bishal Das <70086051+bishal7679@users.noreply.github.com>
Co-authored-by: Avinesh Tripathi <73980067+AvineshTripathi@users.noreply.github.com>
Co-authored-by: Umar Abid <75561750+umrkhn@users.noreply.github.com>
Co-authored-by: Richwin <39644816+AmalRichwin@users.noreply.github.com>
Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Vanshul Bhatia <98731471+VanshulB@users.noreply.github.com>
Co-authored-by: Josh VanderLinden <codekoala@users.noreply.github.com>
Co-authored-by: Shivam Sharma <meshivam81@gmail.com>
Co-authored-by: Shikhar Vashistha <51105234+shikharvashistha@users.noreply.github.com>

* merge: rebase

Signed-off-by: Azanul <azanulhaque@gmail.com>

* lint: unused

Signed-off-by: Azanul <azanulhaque@gmail.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Signed-off-by: Azanul <azanulhaque@gmail.com>
Signed-off-by: Shikhar Vashistha <51105234+shikharvashistha@users.noreply.github.com>
Co-authored-by: tanbirali <tanbirali2004@gmail.com>
Co-authored-by: LABOUARDY Mohamed <mohamed@labouardy.com>
Co-authored-by: Jake Page <38757612+jakepage91@users.noreply.github.com>
Co-authored-by: Tanbir Ali <124070023+tanbirali@users.noreply.github.com>
Co-authored-by: Bishal Das <70086051+bishal7679@users.noreply.github.com>
Co-authored-by: Avinesh Tripathi <73980067+AvineshTripathi@users.noreply.github.com>
Co-authored-by: Umar Abid <75561750+umrkhn@users.noreply.github.com>
Co-authored-by: Richwin <39644816+AmalRichwin@users.noreply.github.com>
Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Vanshul Bhatia <98731471+VanshulB@users.noreply.github.com>
Co-authored-by: Josh VanderLinden <codekoala@users.noreply.github.com>
Co-authored-by: Shivam Sharma <meshivam81@gmail.com>
Co-authored-by: Shikhar Vashistha <51105234+shikharvashistha@users.noreply.github.com>
Azanul added a commit that referenced this pull request Dec 28, 2023
* fix(1205): Resource fetching performance improvement for OVH

* Update civo.mdx

update to test mintlify workflow

* fix: Resource fetching performance improvement for Scaleway (#1212)

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (#1215)

* making fetching resources parallelized for all providers

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

* updating fetching resources for civo and tencent

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* fix: no OVH in docs (#1218)

Signed-off-by: Azanul <azanulhaque@gmail.com>

* Update hello-to-new-contributors.yml

* [FEAT-1092]: Update color names and box-shadows to match Design-System (#1143)

* feat: update colors in tailwind config

* fix: update color class-names to match new palette

* fix: update primary & secondary color class-names to match new palette

* fix: update box-shadows to match design system

* fix: update tailwind config and class-names

* feat: add aws codebuild resource (#1216)

Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* feat: add aws codedeploy resource (#1228)

* Fix accidental loop capture (#1252)

* chore: remove dot import

Signed-off-by: Azanul <azanulhaque@gmail.com>

* fix: capture of the loop variable

Signed-off-by: Azanul <azanulhaque@gmail.com>

* chore: remove duplicate import

Signed-off-by: Azanul <azanulhaque@gmail.com>

---------

Signed-off-by: Azanul <azanulhaque@gmail.com>

* feat: add aws codecommit resource (#1229)

* feat: add aws codecommit resource

* chore: remove unused code

* chore: remove commented code

---------

Co-authored-by: amal richwin <richwin@munat.Dlink>

* Check for nil VpcId and SubnetId before use (#1254)

Fixes #1250

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* Migration Nextjs 13 to 14 (#1217)

* Migration Nextjs 13 to 14

* fix: next export

* add output export property

---------

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Signed-off-by: Azanul <azanulhaque@gmail.com>
Co-authored-by: LABOUARDY Mohamed <mohamed@labouardy.com>
Co-authored-by: tanbirali <tanbirali2004@gmail.com>
Co-authored-by: Jake Page <38757612+jakepage91@users.noreply.github.com>
Co-authored-by: Tanbir Ali <124070023+tanbirali@users.noreply.github.com>
Co-authored-by: Bishal Das <70086051+bishal7679@users.noreply.github.com>
Co-authored-by: Avinesh Tripathi <73980067+AvineshTripathi@users.noreply.github.com>
Co-authored-by: Umar Abid <75561750+umrkhn@users.noreply.github.com>
Co-authored-by: Richwin <39644816+AmalRichwin@users.noreply.github.com>
Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Vanshul Bhatia <98731471+VanshulB@users.noreply.github.com>
Co-authored-by: Josh VanderLinden <codekoala@users.noreply.github.com>
Co-authored-by: Shivam Sharma <meshivam81@gmail.com>
Azanul added a commit that referenced this pull request Dec 28, 2023
* v3.1.6 release 🚀 (#1265)

* fix(1205): Resource fetching performance improvement for OVH

* Update civo.mdx

update to test mintlify workflow

* fix: Resource fetching performance improvement for Scaleway (#1212)

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (#1215)

* making fetching resources parallelized for all providers

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

* updating fetching resources for civo and tencent

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* fix: no OVH in docs (#1218)

Signed-off-by: Azanul <azanulhaque@gmail.com>

* Update hello-to-new-contributors.yml

* [FEAT-1092]: Update color names and box-shadows to match Design-System (#1143)

* feat: update colors in tailwind config

* fix: update color class-names to match new palette

* fix: update primary & secondary color class-names to match new palette

* fix: update box-shadows to match design system

* fix: update tailwind config and class-names

* feat: add aws codebuild resource (#1216)

Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* feat: add aws codedeploy resource (#1228)

* Fix accidental loop capture (#1252)

* chore: remove dot import

Signed-off-by: Azanul <azanulhaque@gmail.com>

* fix: capture of the loop variable

Signed-off-by: Azanul <azanulhaque@gmail.com>

* chore: remove duplicate import

Signed-off-by: Azanul <azanulhaque@gmail.com>

---------

Signed-off-by: Azanul <azanulhaque@gmail.com>

* feat: add aws codecommit resource (#1229)

* feat: add aws codecommit resource

* chore: remove unused code

* chore: remove commented code

---------

Co-authored-by: amal richwin <richwin@munat.Dlink>

* Check for nil VpcId and SubnetId before use (#1254)

Fixes #1250

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* Migration Nextjs 13 to 14 (#1217)

* Migration Nextjs 13 to 14

* fix: next export

* add output export property

---------

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* Rebase to master (#1268)

* fix(1205): Resource fetching performance improvement for OVH

* Update civo.mdx

update to test mintlify workflow

* fix: Resource fetching performance improvement for Scaleway (#1212)

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (#1215)

* making fetching resources parallelized for all providers

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

* updating fetching resources for civo and tencent

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* fix: no OVH in docs (#1218)

Signed-off-by: Azanul <azanulhaque@gmail.com>

* Update hello-to-new-contributors.yml

* [FEAT-1092]: Update color names and box-shadows to match Design-System (#1143)

* feat: update colors in tailwind config

* fix: update color class-names to match new palette

* fix: update primary & secondary color class-names to match new palette

* fix: update box-shadows to match design system

* fix: update tailwind config and class-names

* feat: add aws codebuild resource (#1216)

Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* feat: add aws codedeploy resource (#1228)

* Fix accidental loop capture (#1252)

* chore: remove dot import

Signed-off-by: Azanul <azanulhaque@gmail.com>

* fix: capture of the loop variable

Signed-off-by: Azanul <azanulhaque@gmail.com>

* chore: remove duplicate import

Signed-off-by: Azanul <azanulhaque@gmail.com>

---------

Signed-off-by: Azanul <azanulhaque@gmail.com>

* feat: add aws codecommit resource (#1229)

* feat: add aws codecommit resource

* chore: remove unused code

* chore: remove commented code

---------

Co-authored-by: amal richwin <richwin@munat.Dlink>

* Check for nil VpcId and SubnetId before use (#1254)

Fixes #1250

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

* Migration Nextjs 13 to 14 (#1217)

* Migration Nextjs 13 to 14

* fix: next export

* add output export property

---------

Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Signed-off-by: Azanul <azanulhaque@gmail.com>
Co-authored-by: LABOUARDY Mohamed <mohamed@labouardy.com>
Co-authored-by: tanbirali <tanbirali2004@gmail.com>
Co-authored-by: Jake Page <38757612+jakepage91@users.noreply.github.com>
Co-authored-by: Tanbir Ali <124070023+tanbirali@users.noreply.github.com>
Co-authored-by: Bishal Das <70086051+bishal7679@users.noreply.github.com>
Co-authored-by: Avinesh Tripathi <73980067+AvineshTripathi@users.noreply.github.com>
Co-authored-by: Umar Abid <75561750+umrkhn@users.noreply.github.com>
Co-authored-by: Richwin <39644816+AmalRichwin@users.noreply.github.com>
Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Vanshul Bhatia <98731471+VanshulB@users.noreply.github.com>
Co-authored-by: Josh VanderLinden <codekoala@users.noreply.github.com>
Co-authored-by: Shivam Sharma <meshivam81@gmail.com>

* fix: wrong slack guide url (#1264)

This commit fixes #1259

Signed-off-by: Shikhar Vashistha <51105234+shikharvashistha@users.noreply.github.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Signed-off-by: Azanul <azanulhaque@gmail.com>
Signed-off-by: Shikhar Vashistha <51105234+shikharvashistha@users.noreply.github.com>
Co-authored-by: tanbirali <tanbirali2004@gmail.com>
Co-authored-by: LABOUARDY Mohamed <mohamed@labouardy.com>
Co-authored-by: Jake Page <38757612+jakepage91@users.noreply.github.com>
Co-authored-by: Tanbir Ali <124070023+tanbirali@users.noreply.github.com>
Co-authored-by: Bishal Das <70086051+bishal7679@users.noreply.github.com>
Co-authored-by: Avinesh Tripathi <73980067+AvineshTripathi@users.noreply.github.com>
Co-authored-by: Umar Abid <75561750+umrkhn@users.noreply.github.com>
Co-authored-by: Richwin <39644816+AmalRichwin@users.noreply.github.com>
Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Vanshul Bhatia <98731471+VanshulB@users.noreply.github.com>
Co-authored-by: Josh VanderLinden <codekoala@users.noreply.github.com>
Co-authored-by: Shivam Sharma <meshivam81@gmail.com>
Co-authored-by: Shikhar Vashistha <51105234+shikharvashistha@users.noreply.github.com>

* merge: rebase

Signed-off-by: Azanul <azanulhaque@gmail.com>

* lint: unused

Signed-off-by: Azanul <azanulhaque@gmail.com>

---------

Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
Signed-off-by: Azanul <azanulhaque@gmail.com>
Signed-off-by: Shikhar Vashistha <51105234+shikharvashistha@users.noreply.github.com>
Co-authored-by: tanbirali <tanbirali2004@gmail.com>
Co-authored-by: LABOUARDY Mohamed <mohamed@labouardy.com>
Co-authored-by: Jake Page <38757612+jakepage91@users.noreply.github.com>
Co-authored-by: Tanbir Ali <124070023+tanbirali@users.noreply.github.com>
Co-authored-by: Bishal Das <70086051+bishal7679@users.noreply.github.com>
Co-authored-by: Avinesh Tripathi <73980067+AvineshTripathi@users.noreply.github.com>
Co-authored-by: Umar Abid <75561750+umrkhn@users.noreply.github.com>
Co-authored-by: Richwin <39644816+AmalRichwin@users.noreply.github.com>
Co-authored-by: amal richwin <richwin@munat.Dlink>
Co-authored-by: Vanshul Bhatia <98731471+VanshulB@users.noreply.github.com>
Co-authored-by: Josh VanderLinden <codekoala@users.noreply.github.com>
Co-authored-by: Shivam Sharma <meshivam81@gmail.com>
Co-authored-by: Shikhar Vashistha <51105234+shikharvashistha@users.noreply.github.com>
roblambell added a commit to roblambell/komiser that referenced this pull request Jan 8, 2024
Azanul pushed a commit that referenced this pull request Jan 9, 2024
* feat: add missing dynamodb action to policy.json

describe table has been needed since #1111

* feat: add missing lambda action to policy.json

list event source mappings has been needed since #1040

* feat: add missing iam action to policy.json

list users has been needed since #991

* fix: correct s3 permission for list buckets api call

listbucket iam action is for the contents of a bucket

* feat: add missing code suite actions to policy.json

needed since #1216, #1229, and #1228
Azanul pushed a commit that referenced this pull request Jan 9, 2024
* feat: add missing dynamodb action to policy.json

describe table has been needed since #1111

* feat: add missing lambda action to policy.json

list event source mappings has been needed since #1040

* feat: add missing iam action to policy.json

list users has been needed since #991

* fix: correct s3 permission for list buckets api call

listbucket iam action is for the contents of a bucket

* feat: add missing code suite actions to policy.json

needed since #1216, #1229, and #1228
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants