Code of Conduct
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
In two places in GitHub app docs, here and here, there is a statement that "Consider storing your GitHub App's private key in a key vault, such as Azure Key Vault, and making it sign-only." As previously discussed, this information is provided without an example of how to do this.
This can now be done with az keyvault key sign, likely due to a recent fix in this space. This documentation should be updated with clear examples of how to do this, comparable to what already exists for JWT tokens.
Additional information
This is a documentation improvement related to GitHub app security.
Code of Conduct
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
In two places in GitHub app docs, here and here, there is a statement that "Consider storing your GitHub App's private key in a key vault, such as Azure Key Vault, and making it sign-only." As previously discussed, this information is provided without an example of how to do this.
This can now be done with az keyvault key sign, likely due to a recent fix in this space. This documentation should be updated with clear examples of how to do this, comparable to what already exists for JWT tokens.
Additional information
This is a documentation improvement related to GitHub app security.