Skip to content

Commit

Permalink
document that zoom renders this stuff in clear in web consoles
Browse files Browse the repository at this point in the history
  • Loading branch information
eschultink committed Oct 4, 2024
1 parent a888e6d commit a227baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/modules/worklytics-connector-specs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -971,14 +971,14 @@ EOT
{
name : "CLIENT_ID"
writable : false
sensitive : false
sensitive : false # zoom renders in clear in console
value_managed_by_tf : false
description : "Client ID of the Zoom 'Server-to-Server' OAuth App used by the Connector to retrieve Zoom data. Value should be obtained from your Zoom admin."
},
{
name : "ACCOUNT_ID"
writable : false
sensitive : false
sensitive : false # zoom renders in clear in console
value_managed_by_tf : false
description : "Account ID of the Zoom tenant from which the Connector will retrieve Zoom data. Value should be obtained from your Zoom admin."
},
Expand Down

0 comments on commit a227baf

Please sign in to comment.