-
Notifications
You must be signed in to change notification settings - Fork 337
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
Add License Count Endpoint with ENABLE_LICENSE_COUNT_ENDPOINT env variable #8935
Comments
@adaniels-parabol how time sensitive is this work? How quickly do we need this? Maybe we can even reformat this request a bit, and make it more usable in general. Like a "All users under one domain" or something similar. |
I think that is a great idea as well, would make it easy to find users of a specific domain without needing to be a part of the domain where the users reside to get an accurate license count. I still believe we need a way to count every user on the instance, no matter the domain e.g. DOD users may have mixed domains e.g. af.mil, army.mil. navy.mil on a single instance, especially in instances where the instance is procured by a joint-command (e.g. multi branch). |
@mwermuth I feel it would be useful in accurately accounting for users on instances where we rely on non-Parabol staff to take count of users (e.g. off-net or DOD customers). IMO I don't think it has to be highest priority, but it would be useful for sure. |
This is certainly not the highest priority. |
Going to icebox this one for now. I'm sure that it'll come back soon with a slightly different set of AC. My guess is, we can create an endpoint for su rol users that won't depend on an env var |
Description: To ensure accurate licensing counts for DOD customers, we need to develop an endpoint that counts the number of users in the Enterprise tier. The endpoint should only be enabled when the ENABLE_LICENSE_COUNT_ENDPOINT environment variable is set to true.
Background (slack thread notes):
Objective:
The text was updated successfully, but these errors were encountered: