spacecloud-io / space-cloud

Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes
https://space-cloud.io
Apache License 2.0
3.95k stars 222 forks source link

[Refactor] Auth module takes old configuration with Kind as key #1643

Closed shubham4443 closed 1 year ago

shubham4443 commented 1 year ago

Describe the bug

Auth module still takes old configuration. In old configuration, the key of the config map is Kind but with new configuration the key is a string representation of GVR. Auth is the only module which has not been updated yet.

Expected behavior

Steps to reproduce

Your environment

If this bug restricts your use of space-cloud, give it a thumbs up reaction, so that we can determine which bugs need to be fixed immediately. 👍

YourTechBud commented 1 year ago

Done