You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
I'm looking at the example code for creating an Azure Container App. This requires the Log Analytics Workspace shared key, but it's not created as a Secret and therefore appears in plain text in the stack.
Somewhere the workspaceSharedKeys should be created as Output.Secret before betting set in the LogAnalyticsConfiguration.
Hello!
Issue details
I'm looking at the example code for creating an Azure Container App. This requires the Log Analytics Workspace shared key, but it's not created as a Secret and therefore appears in plain text in the stack.
Somewhere the
workspaceSharedKeys
should be created asOutput.Secret
before betting set in theLogAnalyticsConfiguration
.Affected area/feature
https://github.com/pulumi/examples/blob/master/azure-cs-containerapps/MyStack.cs
The text was updated successfully, but these errors were encountered: