Sar
Sar
If `INDIVIDUAL_DUE_DATES` is lms.yml FEATURES is set to `True`, it will cause an import error due to the use of the relative path import in [`lms/envs/production.py`](https://github.com/edx/edx-platform/blob/open-release/lilac.master/lms/envs/production.py#L752). Acceptance criteria for Lilac:...
Under Keycloak's Authentication when trying to create a registration flow that is basically a copy of the built-in registration flow, the registration flow has an authentication execution step that requires...
We are working on [managing Micromasters Heroku configuration variables](https://github.com/mitodl/salt-ops/pull/1166) through Saltstack similar to how we manage those for the other apps. When looking through the different envs (CI, RC, and...
### Description/Context We need to access the Superset API and thus require a way to generate a token with appropriate levels of permission. ### Plan/Design Given our Superset integration with...
### Description/Context The code that manages [Keycloak configuration](https://github.com/mitodl/ol-infrastructure/blob/main/src/ol_infrastructure/substructure/keycloak/__main__.py) has gotten a bit unwieldy and repetitive. Now that we're in a somewhat stable spot, we need to refactor it by creating...
# Description/Context Change the following two settings to `required`: https://github.com/mitodl/ol-infrastructure/blob/main/src/ol_infrastructure/components/aws/auto_scale_group.py#L360 https://github.com/mitodl/ol-infrastructure/blob/main/src/ol_infrastructure/applications/concourse/__main__.py#L689 The change would force EC2 instances to use idmsv2 over v1. Here's more context on the difference between the...
Seeing instances with expired credentials whereby we're having to manually trigger an instance refresh to replace those instances with new one that have fresh credentials. ### Expected Behavior Ideally, credentials...
### Description/Context We need to be notified if/when a running docker container stops. Currently in cases where we have load balanced instances, if a container fronted by traefik dies, we...
# User Story We appear to have random settings/configs related to pgbouncer and uwsgi across our Heroku apps and we should go through and figure out how to standardize ones...
# Description/Context When using Github as an Identity Provider in Keycloak, anyone with a Github account would be able to login to Keycloak. That is not the ideal situation for...