Skip to content

feat(ai-gateway): Sagemaker support - #6521

Open
tomek-labuk wants to merge 3 commits into
release/ai-gateway-2.0from
feat/add-sagemaker-support
Open

feat(ai-gateway): Sagemaker support#6521
tomek-labuk wants to merge 3 commits into
release/ai-gateway-2.0from
feat/add-sagemaker-support

Conversation

@tomek-labuk

Copy link
Copy Markdown
Contributor

Description

Fixes #issue

Preview Links

Checklist

  • Tested how-to docs. If not, note why here.
  • All pages contain metadata.
  • Any new docs link to existing docs.
  • All autogenerated instructions render correctly (API, decK, Konnect, Kong Manager).
  • Style guide (capitalized gateway entities, placeholder URLs) implemented correctly.
  • Every page has a description entry in frontmatter.
  • Add new pages to the product documentation index (if applicable).

@tomek-labuk
tomek-labuk requested a review from a team as a code owner July 31, 2026 08:32
@netlify

netlify Bot commented Jul 31, 2026

Copy link
Copy Markdown

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit d671bf5
🔍 Latest deploy log https://app.netlify.com/projects/kongdeveloper/deploys/6a70a334a3834f0008b56d61
😎 Deploy Preview https://deploy-preview-6521--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

tools:
- konnect-api
- kongctl
- kongctl

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicate?

Comment on lines +53 to +64
{% entity_example %}
type: model-provider
data:
display_name: SageMaker Production
name: my-sagemaker-account
type: sagemaker
config:
auth:
type: aws
access_key_id: $AWS_ACCESS_KEY_ID
secret_access_key: $AWS_SECRET_ACCESS_KEY
{% endentity_example %}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if this is expected, but I tried testing this with 2.0.1-rc.4 and kongctl 1.9.0 and it's not accepting aws as the type or the access_key_id and secret_access_key fields (I also tried aws.access_key_id and aws.secret_access_key but same result)

@tomek-labuk tomek-labuk Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll fix it, the correct type is sagemker + I don't think kongctl supports it for now

@tomek-labuk
tomek-labuk force-pushed the feat/add-sagemaker-support branch from 22a6ab2 to d671bf5 Compare August 3, 2026 14:18
@tomek-labuk
tomek-labuk requested a review from lmilan August 3, 2026 14:24
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.

3 participants