Signed-off-by: Guilherme Oenning <goenning@eshopworld.com>
This commit is contained in:
Guilherme Oenning
2022-05-04 15:11:17 +01:00
parent df35b3b30d
commit 0a336bf640
@@ -21,7 +21,7 @@ export class AzureKubernetesAuthProvider implements KubernetesAuthProvider {
async decorateRequestBodyForAuth(
requestBody: KubernetesRequestBody,
): Promise<KubernetesRequestBody> {
// No-op, with aws auth, server's Azire credentials are used for access
// No-op, with aws auth, server's Azure credentials are used for access
return requestBody;
}
}