-
Notifications
You must be signed in to change notification settings - Fork 780
Add Akeyless Secret Store Documentation #4930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kgal-akl
wants to merge
18
commits into
dapr:v1.17
Choose a base branch
from
akeyless-community:add-akeyless-doc
base: v1.17
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+209
−0
Conversation
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
fe6c9b4 to
2223a67
Compare
82a6453 to
899d0c9
Compare
This was referenced Nov 11, 2025
Author
|
@msfussell FYI. |
msfussell
reviewed
Dec 4, 2025
Member
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kgal-akl Great PR and looking forward to getting this into the release. Left a few comments
daprdocs/content/en/reference/components-reference/supported-secret-stores/akeyless.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/reference/components-reference/supported-secret-stores/akeyless.md
Show resolved
Hide resolved
daprdocs/content/en/reference/components-reference/supported-secret-stores/akeyless.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/reference/components-reference/supported-secret-stores/akeyless.md
Show resolved
Hide resolved
daprdocs/content/en/reference/components-reference/supported-secret-stores/akeyless.md
Outdated
Show resolved
Hide resolved
2c7c636 to
8e6fe13
Compare
Author
|
@msfussell - Done. Let me know if anything else is needed. I'm still waiting for review of dapr/components-contrib#4036 and dapr/dapr#9181. |
…apr#4832) * [1.16] Add docs on DAPR_UNSAFE_SKIP_CONTAINER_UID_GID_CHECK env var Fixes dapr#4784 Signed-off-by: joshvanl <[email protected]> * Apply suggestions from code review Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Josh van Leeuwen <[email protected]> * Adds DAPR_UNSAFE_SKIP_CONTAINER_UID_GID_CHECK to environment reference Signed-off-by: joshvanl <[email protected]> * Moved non-root execution section for Kubernetes Moved the section on running Dapr services as non-root in Kubernetes, including environment variable configuration. Signed-off-by: Mark Fussell <[email protected]> --------- Signed-off-by: joshvanl <[email protected]> Signed-off-by: Josh van Leeuwen <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Kobbi Gal <[email protected]>
…nt (dapr#4766) * Update actor state store docs to include strong consistency requirement Signed-off-by: Jonathan Collinge <[email protected]> * Move consistency to independent sentence Signed-off-by: Jonathan Collinge <[email protected]> --------- Signed-off-by: Jonathan Collinge <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Co-authored-by: Marc Duiker <[email protected]> Signed-off-by: Kobbi Gal <[email protected]>
* Add initial docs for Azure federated identity credential Signed-off-by: Jonathan Collinge <[email protected]> * Add audiences to access control struct docs Signed-off-by: Jonathan Collinge <[email protected]> * Update helm values Signed-off-by: Jonathan Collinge <[email protected]> * Remove jwt audiences from configuration Signed-off-by: Jonathan Collinge <[email protected]> * Add warning Signed-off-by: Jonathan Collinge <[email protected]> * Update args and annotation Signed-off-by: Jonathan Collinge <[email protected]> * Fix localized URLs Signed-off-by: Jonathan Collinge <[email protected]> * Add comment to increase init timeout Signed-off-by: Jonathan Collinge <[email protected]> * Update daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/authenticating-azure.md Signed-off-by: Mark Fussell <[email protected]> * Update daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/authenticating-azure.md Signed-off-by: Mark Fussell <[email protected]> * Update daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/authenticating-azure.md Signed-off-by: Mark Fussell <[email protected]> * Update daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/authenticating-azure.md Signed-off-by: Mark Fussell <[email protected]> * Update daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/authenticating-azure.md Signed-off-by: Mark Fussell <[email protected]> --------- Signed-off-by: Jonathan Collinge <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Co-authored-by: Marc Duiker <[email protected]> Signed-off-by: Kobbi Gal <[email protected]>
* docs: longhaul dashboard page closes dapr#4780 Signed-off-by: Mike Nguyen <[email protected]> * docs:fix typo Co-authored-by: Marc Duiker <[email protected]> Signed-off-by: Mike Nguyen <[email protected]> * Update daprdocs/content/en/operations/observability/_index.md Signed-off-by: Mark Fussell <[email protected]> --------- Signed-off-by: Mike Nguyen <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Co-authored-by: Marc Duiker <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Kobbi Gal <[email protected]>
* docs: Support subsecond precision jobs and reminders Signed-off-by: Javier Aliaga <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/jobs/jobs-features-concepts.md Co-authored-by: Josh van Leeuwen <[email protected]> Signed-off-by: Javier Aliaga <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/jobs/jobs-features-concepts.md Signed-off-by: Mark Fussell <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/actors/actors-timers-reminders.md Signed-off-by: Mark Fussell <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/jobs/jobs-features-concepts.md Signed-off-by: Mark Fussell <[email protected]> --------- Signed-off-by: Javier Aliaga <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Co-authored-by: Josh van Leeuwen <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Kobbi Gal <[email protected]>
* [1.16] Adds docs for EKS IRSA Fixes dapr#4779 Signed-off-by: joshvanl <[email protected]> * Adds ref to AWS auth page Signed-off-by: joshvanl <[email protected]> --------- Signed-off-by: joshvanl <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Kobbi Gal <[email protected]>
* [1.16] Adds WorkflowsClusteredDeployment Adds WorkflowsClusteredDeployment feature gate docs. Signed-off-by: joshvanl <[email protected]> * Adds second about the executor actor type Signed-off-by: joshvanl <[email protected]> * Apply suggestions from code review Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Josh van Leeuwen <[email protected]> --------- Signed-off-by: joshvanl <[email protected]> Signed-off-by: Josh van Leeuwen <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Kobbi Gal <[email protected]>
Signed-off-by: Marc Duiker <[email protected]> Signed-off-by: Kobbi Gal <[email protected]>
Ref: dapr/components-contrib#4057 Signed-off-by: Albert Callarisa <[email protected]> Signed-off-by: Kobbi Gal <[email protected]>
Signed-off-by: Kobbi Gal <[email protected]>
Signed-off-by: Kobbi Gal <[email protected]>
Signed-off-by: Kobbi Gal <[email protected]>
Signed-off-by: Kobbi Gal <[email protected]>
* Setup 1.17 Signed-off-by: Marc Duiker <[email protected]> * Update deployment token, remove obsolete field Signed-off-by: Marc Duiker <[email protected]> * Add skip_deploy_on_missing_secrets option This field is required when people create a PR based on a branch in their fork and the secret is not available. Signed-off-by: Marc Duiker <[email protected]> --------- Signed-off-by: Marc Duiker <[email protected]> Signed-off-by: Kobbi Gal <[email protected]>
* Added bianry cloudevent exmaples and explanation Signed-off-by: adam shamis <[email protected]> * tabpane line was missing Signed-off-by: adam shamis <[email protected]> * topic was misproununced Signed-off-by: adam shamis <[email protected]> --------- Signed-off-by: adam shamis <[email protected]> Signed-off-by: Kobbi Gal <[email protected]>
Signed-off-by: Kobbi Gal <[email protected]>
fc5433a to
0a2a572
Compare
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.
Thank you for helping make the Dapr documentation better!
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
Part of dapr/components-contrib#4036. Opened instead of #4910 as PR 4910 was targeted towards release v1.16.
Issue reference