mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-24 17:51:14 +02:00
chore: don't expose token in log
This commit is contained in:
parent
1549257143
commit
6ff9ded414
@ -19,7 +19,7 @@ export const getDBPasswordResolver = (db: IDBOption): PasswordResolver => {
|
||||
return async () => {
|
||||
console.log('[AWS RDS SIGNER] Getting token...');
|
||||
const token = await signer.getAuthToken();
|
||||
console.log(`[AWS RDS SIGNER] Got token: ${token}`);
|
||||
console.log(`[AWS RDS SIGNER] Got token!`);
|
||||
return token;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user