[Certified Connector] Keeper Secrets Manager#4230
Open
mnaqvi-ks wants to merge 3 commits into
Open
Conversation
Author
|
@microsoft-github-policy-service agree company="Keeper Security, Inc." |
vmanoharas
reviewed
Jul 9, 2026
vmanoharas
left a comment
Contributor
There was a problem hiding this comment.
Hi @mnaqvi-ks,
Please update swagger file and address the comments.
| "title": "Keeper Secrets Manager", | ||
| "description": "Keeper Secrets Manager is a cloud-based, zero-knowledge secrets management platform for DevOps and IT teams. Securely retrieve, create, and update secrets (credentials, API keys, passwords) stored in your Keeper Vault and automate secret lifecycle workflows.", | ||
| "x-ms-api-annotation": { | ||
| "status": "Production" |
Contributor
There was a problem hiding this comment.
Please change this from Production to Preview
vmanoharas
approved these changes
Jul 10, 2026
Contributor
There was a problem hiding this comment.
Dear Partner,
Congratulations your PR is approved !! We are proud to announce the Brand-New Certification experience for you to certify Power Platform Copilot Connectors.
As next steps:
- Learn about the new certification experience- Get your Power Platform connector and plugin certified - Overview
- Package your connector files- Prepare Power Platform connector and plugin files for certification
- Validate the package for structure before submitting the package for certification to Partner Center - Run Package Validator tool
- Initiate a certification request in Partner Center- Verified publisher certification process
- Ensure your connector files comply to the Marketplace policies here- 5000 Power Platform Connector Policies for Marketplace and also 1000 Marketplace policies(as applicable)
- Test your connector post certification to provide go-live for deployment- Testing Guidelines
- If you wish to Update your connector in future- Updating Guidelines
For any queries or concerns please get in touch with us on certificationteam@microsoft.com
Many thanks,
Power Platform
Copilot connector & plugin certification team
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.
New Certified Connector: Keeper Secrets Manager
Overview
This PR adds the Keeper Secrets Manager certified connector for Microsoft Power Automate and Azure Logic Apps.
Keeper Secrets Manager (KSM) is a cloud-based, zero-knowledge secrets management platform built for DevOps and IT teams. This connector enables automated workflows to securely retrieve, create, and update secrets stored in a Keeper Vault — without hardcoding credentials in logic apps or flows.
All API calls are routed through a customer-deployed Azure Function middleware, ensuring that neither Microsoft nor Keeper ever processes plaintext secret values.
Publisher
Keeper Security, Inc.
Supported Operations
Architecture
The connector communicates with a customer-deployed Azure Function App (middleware) that wraps the Keeper Secrets Manager SDK. Each customer deploys their own middleware instance, scoped to their own Keeper vault credentials. The Function App URL and host key are provided as connection parameters — no shared infrastructure is used.
Artifacts
apiDefinition.swagger.jsonapiProperties.jsonreadme.mdicon.pngValidation
dynamichosturlpolicy configured — host is overridden per connection parameterTesting
All operations were tested against a live Keeper vault via the deployed Azure Function middleware:
Related Links