Skip to content

Platform & Experience

Please use this forum to share your ideas on how we can improve in any of these areas.
Join our forum to discuss your ideas with Aiven community or check out our public roadmap.

JUMP TO ANOTHER FORUM

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

134 results found

  1. 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 instance

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    I 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



  2. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Gathering Interest  ·  0 comments  ·  IAM  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Gathering Interest  ·  0 comments  ·  Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. 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 Aiven

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Currently the event log for a password reset request is in the form:
    <TIMESTAMP> <AIVEN-CONSOLE-USER> <SERVICE-NAME>: Reset service user password

    It could be useful having an additional field that trace down the <SERVICE-USER> for which the password reset was requested.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Gathering Interest  ·  0 comments  ·  Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Today, you can only manage static IPs via CLI and API. We are adding two things into the Console UI:


    1. Management of static IPs (along with more networking features).
    2. 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.

  10. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Pending Review  ·  0 comments  ·  IAM  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Pending Review  ·  0 comments  ·  IAM  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Pending Review  ·  1 comment  ·  Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. As a developer, I would like to use terraform to apply tags to components of my service: aiven_connection_pool and aiven_pg_database.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. As an administrator --
    I want to be able to control what IP addresses can make API requests for my organization.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Users want to replicate Kafka Clusters via MirrorMaker between different cloud providers and BYOC deployments.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Pending Review  ·  1 comment  ·  Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?