Sar

Results 12 issues of 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:...

type:documentation
priority:high

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...

product:data-platform
product:infrastructure

### 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...

DevOps
Tech Debt

# 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...

Tech Debt
product:infrastructure

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...

bug
product:infrastructure

### 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...

Monitoring and Alerting
product:infrastructure

# 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...

DevOps
product:bootcamps
product:ocw
product:micromasters
product:infrastructure
product:mitx-online
product:xpro

# 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...

DevOps