Skip to content

Add Akeyless Secret Store Component#9181

Closed
kgal-akl wants to merge 2 commits intodapr:masterfrom
akeyless-community:add-akeyless-secretstore
Closed

Add Akeyless Secret Store Component#9181
kgal-akl wants to merge 2 commits intodapr:masterfrom
akeyless-community:add-akeyless-secretstore

Conversation

@kgal-akl
Copy link
Copy Markdown

Description

Add the Akeyless Secret Store component.

Issue reference

dapr/components-contrib#4036

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

Signed-off-by: Kobbi Gal <kobbi.g@akeyless.io>
Copy link
Copy Markdown
Contributor

@cicoyle cicoyle left a comment

Choose a reason for hiding this comment

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

Thanks for the PR 🎉 mostly lgtm, but we will need a go.mod and go.sum diff in this PR as well once the contrib PR is merged.

@kgal-akl
Copy link
Copy Markdown
Author

kgal-akl commented Dec 8, 2025

Thanks for the PR 🎉 mostly lgtm, but we will need a go.mod and go.sum diff in this PR as well once the contrib PR is merged.

@cicoyle - No problem! You mean that I need to add the same changes to this PR?

@cicoyle
Copy link
Copy Markdown
Contributor

cicoyle commented Dec 12, 2025

Thanks for the PR 🎉 mostly lgtm, but we will need a go.mod and go.sum diff in this PR as well once the contrib PR is merged.

@cicoyle - No problem! You mean that I need to add the same changes to this PR?

Hey! Thanks for noticing - we are sisters, twins actually 👯‍♀️ :)

sorry its unclear, let me try to explain with a clear example -

This dapr PR updated the go.sum + go.mod in dapr/dapr based on the new commit sha from the related dapr/components-contrib PR here. You should be able to run a go get ... + make modtidy-all (from root) or update that line in your go.mod from your ide, I use goland and it automagically updates it for me. Once you get the merge commit sha (once the contrib PR is merged) you'll want to grab the sha and update the go.mod line with the latest sha so CI resolves and is happy in this PR.

This is necessary as components-contrib is just a library we import in dapr/dapr.

So, you don't need to do anything quite yet until the contrib PR is merged. Lmk if I can help!

@cicoyle cicoyle added this to the v1.17 milestone Jan 16, 2026
@dapr-bot
Copy link
Copy Markdown
Collaborator

This pull request has been automatically marked as stale because it has not had activity in the last 90 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@dapr-bot dapr-bot added the stale Issues and PRs without response label Apr 16, 2026
@dapr-bot
Copy link
Copy Markdown
Collaborator

This pull request has been automatically closed because it was marked stale with no further activity for 7 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@dapr-bot dapr-bot closed this Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale Issues and PRs without response

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants