134 results found
-
Shutdown automatically based on a schedule
As DBA, I want to be able to define a schedule to shutdown and turn on services automatically so that I can save costs on non-production environments.
Example:
at 19:00 Monday to Friday power off the instance
at 06:00 Monday to Friday power on the instance3 votesI will leave this open to see if we get more votes over the next 6 months. This can be accomplished easily with a simple shell script and Aiven CLI with a cron job for example:
0 19 * * 1-5 /path/to/shutdown.sh # Shutdown at 7:00 PM (19:00), Monday-Friday 0 6 * * 1-5 /path/to/startup.sh # Startup at 6:00 AM (06:00), Monday-Friday
#!/bin/bash
# Replace with your Aiven project and service names
PROJECT_NAME="your-project-name"
SERVICE_NAME="your-service-name"
aiven service stop/start $PROJECT_NAME $SERVICE_NAME
-
Disable self-service password reset for users in my verified domain
As an Aiven customer with a verified domain, and therefore the ability to reset my users' credentials, I would like to be able to disable self-service password reset for my users. This is to support internal policies that users' passwords can only be reset by our helpdesk.
3 votes -
FedRAMP Compliance
As a Purchasing Agent for a US Government agency, I want Aiven to be certified as FedRamp compliant, so I can purchase services for my application teams that comply with US law.
3 votes -
List all databases inside a service
As a developer, I want to be able to list all the databases I have in my PostgreSQL service so that I can easily find the one I am looking for.
The Aiven API only lists the top 100 now, and I cannot search them. This means if I have more than 100 databases I cannot find them in console or via the Aiven API.
3 votes -
Support to natively export to common SIEMs (Splunk, Sumo Logic, OpenSearch, etc)
As a security engineer or CISO I want to get Aiven platform and service logs into my SIEM
so that I can manage and understand the operational security of my organization
In addition, being able to integrate natively with my SIEM of choice would allow for easier data flows.3 votes -
Support availability zones in all Azure regions
Asa project admin
I want my projects to support availability zones in all Azure regions where they are available and not only a subset
so that I can improve resiliency in case of AZ failure.The following Azure regions are not multi-AZ yet:
East US (Virginia): multi-AZ in Azure but single-AZ in Aiven
UK South (London): multi-AZ in Azure but single-AZ in Aiven3 votesWe will be looking at enabling AZ support for the two regions once we've confirmed all required resource types used by Aiven are fully supported.
-
Add service user to password reset event log
Currently the event log for a password reset request is in the form:
<TIMESTAMP> <AIVEN-CONSOLE-USER> <SERVICE-NAME>: Reset service user passwordIt could be useful having an additional field that trace down the <SERVICE-USER> for which the password reset was requested.
3 votes -
Moving services between projects
As an engineering manager, I want to be able to move services around projects so that I can group them differently as my teams' organization evolves.
3 votes -
Automatically Allocate Static IP addresses
As IT Administrator
I want to have Aiven manage the number of static IP addresses I need for my services.
so that I can not have to deal with it.
In addition, it would be ideal if when creating a service there was just a flag for "Use Static IPs". This is most notable when using privatelink on Azure, as there are potentially a lot of static IPs to be created.3 votesToday, you can only manage static IPs via CLI and API. We are adding two things into the Console UI:
- Management of static IPs (along with more networking features).
- Building of an end-to-end solution at once which will also provision static IPs.
The second item is prioritized, however the first is not yet.
-
Marketplace Customers can track their service use and spend in Aiven console.
This feature will allow customers who purchase Aiven services through a cloud provider (e.g., AWS, GCP, Azure) marketplace, to track their ongoing usage and spend via the Aiven console.
3 votes -
Cross Service User Sharing
As a DR practice, we have multi region Kafka services with Mirror maker. But in case of Disaster in one region, The apps should be able to resolve to other region seamlessly. But as the user credentials being are being different for both the kafka regional services which is leading delta in configuration. I know through TF we can create custom password, but for in case of TLS based authentication I dont see a way to either replicate or create custom Certs which can be ideal in case of any DR practice
2 votes -
add
As a Platform Engineer
I want this ability to create application users on project level rather than organization level, so that i can avoid them to be part of other projects. In addition, i want to restrict them to a project in such a way that they cannot be added to other projects.2 votes -
Easy to read Invoices with Discounts
As someone that looks at the Aiven Invoices on a monthly basis,
I want to be able to easily read a summary of all Aiven invoices generated for my entire organization. I need to get a top line summary of spend / service along with any agreed/negotiated discounts and where they are being applied and not applied to the services.2 votes -
Aiven Operator for Kubernetes to use some other field than metadata.name as the Aiven-side name for the resource
As an Aiven Operator user
I would like to specify multiple ServiceUsers, Databases, ConnectionPools same Kubernetes namespace using the same Aiven-name
So I can for example duplicate a database service but still continue having the same database name and user names for the new service.I'd propose to have some under spec that could be used to use as the actual database name or username in place of the metadata.name. Something like Database.spec.databaseName and ServiceUser.spec.userName. Maybe the metadata.name could still be used if the other field is not specified, but specifying it under spec would overwrite what's in metadata. Or…
2 votes -
Convert metric timezone to browser's timezone
As user, it would be useful to have the time displayed on the metrics page to be accurate, informative, and relevant to my location so I can easily understand the data and identify trends over time.
Current behavior: Metrics are displayed on GMT regardless of user location.
Acceptance Criteria:
- The time should be displayed in the user's local time based on user's browser settings, reflecting current time, updating dynamically.
- Hovering over a data point should display the precise time and value in a clear format (e.g., "09:02 full-pipeline-18: 69.55%").2 votes -
Terraform: Additional Service Tags
As a developer, I would like to use terraform to apply tags to components of my service:
aiven_connection_pool
andaiven_pg_database
.2 votes -
Support for Local Zones and AWS Outposts
As obligated by compliance requirements
I want to be able to deploy services in AWS Local Zones and AWS Outposts
so that I can use Aiven Services while meeting my obligations around data residency.
In addition, I recognize that would affect the SLA of those services.2 votes -
API Whitelist
As an administrator --
I want to be able to control what IP addresses can make API requests for my organization.2 votes -
Cross-Cloud PCI-DSS Support for MirrorMaker
Users want to replicate Kafka Clusters via MirrorMaker between different cloud providers and BYOC deployments.
2 votes -
AIRFLOW
As Senior Data Engineer
I want to be able to orchestrate data flows (DAGS)
so that I can remove the dependency on dbt cloud and other separate tools that we currently run
In addition, dbt cloud is putting the price up making it prohibitory expensive and therefore we need a way to run dbt core and other things to make our data flow.2 votes
- Don't see your idea?