Document how to reset encrypted credentials in ProjectImportData
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Problem to solve
We need manual instructions on how to reset encrypted credentials for ProjectImportData
Further details
When running gitlab:doctor:secrets this is how it looks like when there are irrecoverable credentials from ProjectImportData due to encrypted attributes:
root@gitlab:/# gitlab-rake gitlab:doctor:secrets VERBOSE=1
*removed non failures*
I, [2020-11-15T03:38:07.540792 #12906] INFO -- : - ProjectImportData failures: 23
D, [2020-11-15T03:38:07.540839 #12906] DEBUG -- : - ProjectImportData[1]: credentials
D, [2020-11-15T03:38:07.540863 #12906] DEBUG -- : - ProjectImportData[2]: credentials
D, [2020-11-15T03:38:07.540882 #12906] DEBUG -- : - ProjectImportData[3]: credentials
D, [2020-11-15T03:38:07.540937 #12906] DEBUG -- : - ProjectImportData[4]: credentials
D, [2020-11-15T03:38:07.540981 #12906] DEBUG -- : - ProjectImportData[5]: credentials
D, [2020-11-15T03:38:07.541020 #12906] DEBUG -- : - ProjectImportData[6]: credentials
D, [2020-11-15T03:38:07.541058 #12906] DEBUG -- : - ProjectImportData[7]: credentials
D, [2020-11-15T03:38:07.541077 #12906] DEBUG -- : - ProjectImportData[8]: credentials
D, [2020-11-15T03:38:07.541097 #12906] DEBUG -- : - ProjectImportData[9]: credentials
D, [2020-11-15T03:38:07.541155 #12906] DEBUG -- : - ProjectImportData[10]: credentials
D, [2020-11-15T03:38:07.541172 #12906] DEBUG -- : - ProjectImportData[11]: credentials
D, [2020-11-15T03:38:07.541191 #12906] DEBUG -- : - ProjectImportData[12]: credentials
D, [2020-11-15T03:38:07.541218 #12906] DEBUG -- : - ProjectImportData[13]: credentials
D, [2020-11-15T03:38:07.541239 #12906] DEBUG -- : - ProjectImportData[14]: credentials
D, [2020-11-15T03:38:07.541258 #12906] DEBUG -- : - ProjectImportData[15]: credentials
D, [2020-11-15T03:38:07.541277 #12906] DEBUG -- : - ProjectImportData[16]: credentials
D, [2020-11-15T03:38:07.541296 #12906] DEBUG -- : - ProjectImportData[17]: credentials
D, [2020-11-15T03:38:07.541314 #12906] DEBUG -- : - ProjectImportData[18]: credentials
D, [2020-11-15T03:38:07.541334 #12906] DEBUG -- : - ProjectImportData[19]: credentials
D, [2020-11-15T03:38:07.541352 #12906] DEBUG -- : - ProjectImportData[20]: credentials
D, [2020-11-15T03:38:07.541372 #12906] DEBUG -- : - ProjectImportData[21]: credentials
D, [2020-11-15T03:38:07.541404 #12906] DEBUG -- : - ProjectImportData[22]: credentials
D, [2020-11-15T03:38:07.541422 #12906] DEBUG -- : - ProjectImportData[23]: credentials
Proposal
Document steps on how to reset the encrypted field there
Who can address the issue
Other links/references
Originally reported here: #259605 (comment 447600457)
Edited by 🤖 GitLab Bot 🤖