Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At present, the FE requires checking if multi-organization is entitled to determine if a deployment is premium. This is ok, but not ideal.
multi-organization
premium
In the /entitlements endpoint (or /buildinfo maybe) we should return an enum.
/entitlements
/buildinfo
This information would be used to display banners for gating certain features.
The text was updated successfully, but these errors were encountered:
@coder
Sorry, something went wrong.
✅ Coder workspace started! You can view the action logs here.
Workspace is available at: https://dev.coder.com/kirby/issue-14690
No branches or pull requests
At present, the FE requires checking if
multi-organization
is entitled to determine if a deployment ispremium
. This is ok, but not ideal.In the
/entitlements
endpoint (or/buildinfo
maybe) we should return an enum.This information would be used to display banners for gating certain features.
multi-organization
to determine premium license statusThe text was updated successfully, but these errors were encountered: