This is a repository for housing decoupled cloud entitlements service bundles for determining which entitlements are available, and how they are defined.
Insights Entitlement service repo: https://github.com/RedHatInsights/entitlements-api-go
Entitlements can be added to the /configs/bundles.yml
file, namespaced by
service/feature/offering.
Entitlements may be defined by:
- requiring one or more SKUs exist on the account making the request (and whether the SKU is a trial SKU or not).
- name: name_of_entitlement
skus:
MCT3691:
is_trial: true|false
- requiring the account number exists on the request
- name: name_of_entitlement
use_valid_acc_num: true
- allowing entitlement for all by default
- name: name_of_entitlement
use_valid_acc_num: false
When your PR is merged, an automated job will pick up the changes. This runs once per day. If you need the changes available faster, please reach out to the platform infrastructure team to coordinate changes being promoted through the environments.