Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TimescaleDB support #12534

Closed

Conversation

vishwamartur
Copy link

Related to #12227

Add support for TimescaleDB in the configuration and models.

  • Configuration Changes:

    • Add a new configuration section for TimescaleDB in authentik/lib/config.py.
    • Update django_db_config function to include TimescaleDB settings.
    • Ensure TimescaleDB settings are loaded from the configuration file and environment variables.
    • Add default configuration values for TimescaleDB in authentik/lib/default.yml.
  • Model Changes:

    • Add a base model for TimescaleDB-specific models in authentik/core/models.py.
  • Task Changes:

    • Add a new Celery task to manage TimescaleDB-specific operations in authentik/core/tasks.py.
  • Test Changes:

    • Add tests for TimescaleDB configuration in authentik/lib/tests/test_config.py.

Related to goauthentik#12227

Add support for TimescaleDB in the configuration and models.

* **Configuration Changes:**
  - Add a new configuration section for TimescaleDB in `authentik/lib/config.py`.
  - Update `django_db_config` function to include TimescaleDB settings.
  - Ensure TimescaleDB settings are loaded from the configuration file and environment variables.
  - Add default configuration values for TimescaleDB in `authentik/lib/default.yml`.

* **Model Changes:**
  - Add a base model for TimescaleDB-specific models in `authentik/core/models.py`.

* **Task Changes:**
  - Add a new Celery task to manage TimescaleDB-specific operations in `authentik/core/tasks.py`.

* **Test Changes:**
  - Add tests for TimescaleDB configuration in `authentik/lib/tests/test_config.py`.
@vishwamartur vishwamartur requested a review from a team as a code owner January 2, 2025 17:16
Copy link

netlify bot commented Jan 2, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit ff486d3
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6776c9fea4fdff00082a699c

Copy link

netlify bot commented Jan 2, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit ff486d3
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6776c9fe31b77d0008002a1e

@vishwamartur
Copy link
Author

Hi folks above PR required some fixes please take this task from here

@rissson rissson closed this Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants