docs(security): document custom app token headers#5255
Closed
AkashKumar7902 wants to merge 1 commit into
Closed
Conversation
Signed-off-by: Akash Kumar <meakash7902@gmail.com>
Author
|
Superseded by #5256, which uses the requested personal AkashKumar7902 fork. |
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.
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
Documents the custom app API token header support for HTTP and gRPC callbacks. This covers the
DAPR_APP_API_TOKEN_HEADERenvironment variable, thedapr.io/app-token-headerKubernetes annotation, replacement and default behavior, and the case where a custom name is configured withoutAPP_API_TOKEN.The companion runtime PR will be linked here after it is created.
Validation:
npm run build:productioncompleted successfully with Hugo v0.147.8.Issue reference
Related to dapr/dapr#7147.