Skip to content

Commit

Permalink
update projectedServiceAccountToken path
Browse files Browse the repository at this point in the history
According to the suggested change in the opertor, changing the projectedServiceAccountToken (We changed it according to internal instructions in the field path under serviceAccountToken from oidc-token to token).

Signed-off-by: shirady <[email protected]>
  • Loading branch information
shirady committed Nov 28, 2023
1 parent 41aa04b commit 3849cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/cloud_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const url = require('url');
const _ = require('lodash');
const SensitiveString = require('./sensitive_string');

const projectedServiceAccountToken = "/var/run/secrets/openshift/serviceaccount/oidc-token";
const projectedServiceAccountToken = "/var/run/secrets/openshift/serviceaccount/token";
const defaultRoleSessionName = 'default_noobaa_s3_ops';
const defaultSTSCredsValidity = 3600;

Expand Down

0 comments on commit 3849cf7

Please sign in to comment.