feat: PG data APIs#1629
Draft
wojcik-dorota wants to merge 15 commits into
Draft
Conversation
Deploying aiven-docs with
|
| Latest commit: |
106e7e1
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://7841b3ed.aiven-docs.pages.dev |
| Branch Preview URL: | https://pgdx-48-docs-pg-editor-api-s.aiven-docs.pages.dev |
adir-pur
previously requested changes
Jul 6, 2026
adir-pur
reviewed
Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://aiven.atlassian.net/browse/PGDX-48
DOC PREVIEW
Adds a new Data APIs documentation set covering the limited-availability REST API feature for Aiven for PostgreSQL (PostgREST-backed REST endpoints with external-IdP authentication).
New pages:
docs/products/postgresql/howto/data-apis/index.md— Overview: what Data APIs offers, how it works, and limitations (LA badge).get-started.md— Prerequisites (VPC, IdP/JWKS) and steps to enable a REST API for a database.authentication.md— JWKS URL and audience configuration, IdP examples (Auth0, Okta, Microsoft Entra ID), automatic key rotation, and PostgreSQL role-based authorization (default web_anon access and the token role claim).use-endpoints.md— Finding the base URL, viewing endpoints, copying code snippets (curl / JavaScript / Python), and calling endpoints with a bearer token.manage.md— Status (Deploying / Running / Error), exposing more databases, turning off a REST API, and troubleshooting (VPC requirement, deployment failure/timeout).