rollbar / terraform-provider-rollbar

Terraform provider for Rollbar
https://rollbar.com
MIT License
28 stars 13 forks source link

access_token should be marked as a sensitive value. #384

Closed marcelobartsch-jt closed 7 months ago

marcelobartsch-jt commented 1 year ago

Description of the change

access_token is not marked as sensitive, and this value is, as if the access_token is leaked while planning, as with this token, people can inject data to rollbar, it should be marked as sensitive to avoid unintentional leaks.

I'm marking as Breaking change , as depending on how the code is used, it may require to call nonsensitive function , but

Type of change

Checklists

Development

Code review

pawelsz-rb commented 7 months ago

duplicate of #391

pawelsz-rb commented 7 months ago

@marcelobartsch , it's included in the new release 1.14.0. Thank you for flagging it.

overdrive3000 commented 6 months ago

Based on the creation date looks like the duplicated one is the #391 instead of this one. Thanks anyway to fix it.