Skip to content

Commit

Permalink
doc(container_app/registry/identity): specify that identities used fo…
Browse files Browse the repository at this point in the history
…r registries must be assigned to the Container App.
  • Loading branch information
justbert authored Mar 20, 2024
1 parent 679493a commit e968be7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/container_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,8 @@ The authentication details must also be supplied, `identity` and `username`/`pas

* `identity` - (Optional) Resource ID for the User Assigned Managed identity to use when pulling from the Container Registry.

~> **Note:** The Resource ID must be of a User Assigned Managed identity defined in a `identity` block.

* `password_secret_name` - (Optional) The name of the Secret Reference containing the password value for this user on the Container Registry, `username` must also be supplied.

* `username` - (Optional) The username to use for this Container Registry, `password_secret_name` must also be supplied..
Expand Down

0 comments on commit e968be7

Please sign in to comment.