I have an app-config and an app-config.production.yaml.
In my app-config.yaml I have
auth:
providers:
guest: {}
GitHub:…
Is there a way to override this in app-config.production such that guest is not available ?
I don’t want to do the “conditionally render sign-in provider” shown here unless that’s the only way to do it. https://backstage.io/docs/auth/
It would be much simpler and more maintainable if we could just disable guest login in prod via config settings.