{% extends "email/base.html" %} {% load posthog_assets %} {% load posthog_filters %} {% block heading %}Feature Flags Secure API key has been exposed{% endblock %} {% block section %}

The {{ project_name }} project's Feature Flags Secure API key {{ mask_value }} was publicly exposed. {% if more_info %}{{ more_info }}{% endif %}

To protect your project, we recommend taking the following steps:

  1. Rotate the key to generate a new Feature Flags Secure API key
  2. Update your systems to use the new key
  3. Delete the backup key once all systems are updated
Go to project settings

If the button above doesn't work, paste this link into your browser:
{{ url }}

{% endblock %} {% block preheader %}{{preheader}}{% endblock %}