# Roadmap and New Features

We appreciate feedback, especially regarding additional features and the priority of items in the current list.

## **Roadmap**

| Planned                                                                                                             | In Progress                                                                                                             | Recent Updates                                                                                                                                    |
| ------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>Project Mix-ins</strong><br>Allows single project to fetch multiple configs.</p>                         | <p><strong>Flexible Dimensions</strong> <br>Add support for custom config dimensions.</p>                               | <p><strong>AI-Powered Copilot</strong><br>Integrated Config & Secerts Copilot.</p>                                                                |
| <p><strong>UI Design Refresh</strong><br>Update the web application's visual design.</p>                            | <p><strong>Drift Detection</strong><br>Compare current config state vs. desired state. </p>                             | <p><strong>Event Driven Pipeline</strong></p><p>Notification to endpoints (Slack, Webhook, SSM, SM, etc.)</p>                                     |
| <p><strong>Cert / CA Integrations</strong><br>Full lifecyle cert management.</p>                                    | <p><strong>More bi-directional integrations</strong></p><p>Git providers, secret stores, parameter stores, CI/CD</p>    | <p><strong>Kubernetes Operator</strong></p><p>Update Kubetruth to current API.</p>                                                                |
| <p><strong>Open Policy Agent</strong><br>Integrate OPA across the CloudTruth platform.</p>                          | <p><strong>IDE Plugin</strong><br>Access CloudTruth in VSCode, IntelliJ, others.</p>                                    | <p><strong>CLI Improvements</strong></p><p>Showing some love for the command-line interface.</p>                                                  |
| <p><strong>Change Request Approval</strong><br>Add native change request approval supprot integrated with RBAC.</p> | <p><strong>Consolidate SaaS and Self-hosted Kube Config</strong><br>Standardize configs for easier maintenance.<br></p> | <p><strong>Parameter & ENV Copy</strong></p><p>More flexible ways to manage config data. </p>                                                     |
|                                                                                                                     |                                                                                                                         | <p><strong>Fully Automated Secret Rotation</strong></p><p>Improved secret and certificate rotation workflow.</p>                                  |
|                                                                                                                     |                                                                                                                         | <p><strong>Self Hosted</strong></p><p>Run CloudTruth in your own environment</p>                                                                  |
|                                                                                                                     |                                                                                                                         | <p><strong>SAML/OIDC SSO</strong></p><p>Use your identity provider to manage user and group access. (For self hosted only.)</p>                   |
|                                                                                                                     | <p></p><p></p>                                                                                                          | <p><strong>Updated Web/UI Client</strong></p><p>The web application has a new visual look and optimized navigation.</p>                           |
|                                                                                                                     |                                                                                                                         | <p><strong>Project Copy</strong></p><p>Manage projects easier with new copy feature.</p>                                                          |
|                                                                                                                     |                                                                                                                         | <p><strong>Terraform Provider, others</strong></p><p>New and updated clients: Kubernetes Operator, ArgoCD, GitHub Actions, Terraorm Provider.</p> |
|                                                                                                                     |                                                                                                                         | <p><strong>Performance / Stability</strong></p><p>Numerous performance improvements.</p>                                                          |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudtruth.com/reference/roadmap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
