Skip to content

Commit 21b9081

Browse files
update on vault 238 issue
ISSUE: BB-730
1 parent 440b9ce commit 21b9081

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bin/ensureServiceUser

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ class PolicyHandler extends BaseHandler {
166166
} catch (err) {
167167
// Workaround a Vault issue on 8.3 branch
168168
// https://scality.atlassian.net/browse/VAULT-238
169+
// Update : Should be possible to use now, but got TLS errors in Zenko CI, needs further testing
169170
accountId = '000000000000';
170171
}
171172
}

extensions/utils/VaultClientWrapper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class VaultClientWrapper {
4747

4848
// FIXME: works with vault 7.10 but not 8.3 (return 501)
4949
// https://scality.atlassian.net/browse/VAULT-238
50+
// Update : Should be possible to use now, but got TLS errors in Zenko CI, needs further testing
5051
this._tempCredsPromise = Promise.resolve({ Account: '000000000000' })
5152
.then(res => {
5253
const roleArn = `arn:aws:iam::${res.Account}:role/${roleName}`;

0 commit comments

Comments
 (0)