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
What version of the Terraform provider are you using?
1.0.0
What version of the Terraform CLI are you using?
1.7.0
What CF API version are you using?
No response
What type of issue are you facing
bug report
Describe the bug
In the provider block, the sensitivity is incorrectly set for some attributes, potentially exposing sensitive information. The following issues have been identified:
Attributes that should be marked as sensitive:
access_token (String): OAuth token to authenticate with Cloud Foundry
refresh_token (String): Token to refresh the access token, requires access_token
Attributes that are incorrectly marked as sensitive:
cf_client_id (String, Sensitive): Unique identifier for a client application used in authentication and authorization processes
user (String, Sensitive): A unique identifier associated with an individual or entity for authentication & authorization purposes.
Expected Behavior
No response
Steps To Reproduce
No response
Your Terraform Configuration
No response
Roles
No response
Add screenshots to help explain your problem
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What version of the Terraform provider are you using?
1.0.0
What version of the Terraform CLI are you using?
1.7.0
What CF API version are you using?
No response
What type of issue are you facing
bug report
Describe the bug
In the provider block, the sensitivity is incorrectly set for some attributes, potentially exposing sensitive information. The following issues have been identified:
Attributes that should be marked as sensitive:
access_token
(String): OAuth token to authenticate with Cloud Foundryrefresh_token
(String): Token to refresh the access token, requires access_tokenAttributes that are incorrectly marked as sensitive:
cf_client_id
(String, Sensitive): Unique identifier for a client application used in authentication and authorization processesuser
(String, Sensitive): A unique identifier associated with an individual or entity for authentication & authorization purposes.Expected Behavior
No response
Steps To Reproduce
No response
Your Terraform Configuration
No response
Roles
No response
Add screenshots to help explain your problem
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: