AWS IAM WIP

This commit is contained in:
SPRINX0\prochazka
2024-10-07 16:05:12 +02:00
parent 1948c8ef89
commit 7c51fcad96
8 changed files with 1061 additions and 23 deletions

View File

@@ -16,10 +16,20 @@ function getAuthProxyUrl() {
return 'https://auth.dbgate.eu';
}
function supportsAwsIam() {
return false;
}
async function getAwsIamToken(params) {
return null;
}
module.exports = {
isAuthProxySupported,
authProxyGetRedirectUrl,
authProxyGetTokenFromCode,
startTokenChecking,
getAuthProxyUrl,
supportsAwsIam,
getAwsIamToken,
};