2024-01-18 19:09:09 +03:00
|
|
|
---
|
|
|
|
apiVersion: backstage.io/v1alpha1
|
|
|
|
kind: Resource
|
|
|
|
metadata:
|
|
|
|
name: fxa-profile-cache
|
|
|
|
description: Stores aggregated profile data.
|
2024-01-26 19:41:53 +03:00
|
|
|
tags:
|
|
|
|
- redis
|
2024-01-18 19:09:09 +03:00
|
|
|
spec:
|
2024-01-26 19:41:53 +03:00
|
|
|
type: cache
|
2024-01-25 19:53:42 +03:00
|
|
|
owner: fxa-devs
|
2024-01-18 19:09:09 +03:00
|
|
|
system: mozilla-accounts
|
|
|
|
---
|
|
|
|
apiVersion: backstage.io/v1alpha1
|
|
|
|
kind: Resource
|
|
|
|
metadata:
|
|
|
|
name: fxa-auth-cache
|
|
|
|
description: Stores OAuth access and session token info, and email reminders.
|
2024-01-26 19:41:53 +03:00
|
|
|
tags:
|
|
|
|
- redis
|
2024-01-18 19:09:09 +03:00
|
|
|
spec:
|
2024-01-26 19:41:53 +03:00
|
|
|
type: cache
|
2024-01-25 19:53:42 +03:00
|
|
|
owner: fxa-devs
|
2024-01-18 19:09:09 +03:00
|
|
|
system: mozilla-accounts
|
2024-04-15 19:26:25 +03:00
|
|
|
---
|
|
|
|
apiVersion: backstage.io/v1alpha1
|
|
|
|
kind: Resource
|
|
|
|
metadata:
|
|
|
|
name: fxa-customs-cache
|
|
|
|
description: Caches rate limits and IP reputation scores.
|
|
|
|
tags:
|
|
|
|
- redis
|
|
|
|
spec:
|
|
|
|
type: cache
|
|
|
|
owner: fxa-devs
|
|
|
|
system: mozilla-accounts
|