We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently have documentation on the format of environment variables that are injected for connections from Radius container: https://docs.radapp.io/guides/author-apps/containers/overview/#connections. However, it lacks information on how we store these environment variables securely.
We should document that we use secret to store the values https://github.com/radius-project/radius/blob/main/pkg/corerp/renderers/container/render.go#L722, https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets-as-environment-variables.
https://docs.radapp.io/guides/author-apps/containers/overview/#connections
Not a pull request, but existing relevant code is here: https://github.com/radius-project/radius/blob/main/pkg/corerp/renderers/container/render.go#L722
AB#10599
The text was updated successfully, but these errors were encountered:
jasonviviano
No branches or pull requests
What content needs to be created or modified?
We currently have documentation on the format of environment variables that are injected for connections from Radius container: https://docs.radapp.io/guides/author-apps/containers/overview/#connections. However, it lacks information on how we store these environment variables securely.
Describe the solution you'd like
We should document that we use secret to store the values https://github.com/radius-project/radius/blob/main/pkg/corerp/renderers/container/render.go#L722, https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets-as-environment-variables.
Where should the new material be placed?
https://docs.radapp.io/guides/author-apps/containers/overview/#connections
The associated pull request from the Radius code repo, if applicable
Not a pull request, but existing relevant code is here: https://github.com/radius-project/radius/blob/main/pkg/corerp/renderers/container/render.go#L722
AB#10599
The text was updated successfully, but these errors were encountered: