File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class ContainerAuthenticator(IAMRequestBasedAuthenticator):
33
33
(applies to IKS-managed compute resources). Defaults to "/var/run/secrets/tokens/vault-token".
34
34
iam_profile_name: The name of the linked trusted IAM profile to be used when obtaining the IAM access token
35
35
(a CR token might map to multiple IAM profiles). One of IAMProfileName or IAMProfileID must be specified.
36
- sDefaults to None.
36
+ Defaults to None.
37
37
iam_profile_id: The id of the linked trusted IAM profile to be used when obtaining the IAM access token
38
38
(a CR token might map to multiple IAM profiles). One of IAMProfileName or IAMProfileID must be specified.
39
39
Defaults to None.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class ContainerTokenManager(IAMRequestBasedTokenManager):
28
28
If the current stored bearer token has expired a new bearer token will be retrieved.
29
29
30
30
Attributes:
31
- container_token_filename (str): The name of the file containing the injected CR token value
31
+ cr_token_filename (str): The name of the file containing the injected CR token value
32
32
(applies to IKS-managed compute resources).
33
33
iam_profile_name (str): The name of the linked trusted IAM profile to be used when obtaining the
34
34
IAM access token (a CR token might map to multiple IAM profiles).
@@ -49,7 +49,7 @@ class ContainerTokenManager(IAMRequestBasedTokenManager):
49
49
This can be used to obtain an access token with a specific scope.
50
50
51
51
Keyword Args:
52
- container_token_filename : The name of the file containing the injected CR token value
52
+ cr_token_filename : The name of the file containing the injected CR token value
53
53
(applies to IKS-managed compute resources). Defaults to "/var/run/secrets/tokens/vault-token".
54
54
iam_profile_name: The name of the linked trusted IAM profile to be used when obtaining the IAM access token
55
55
(a CR token might map to multiple IAM profiles). One of IAMProfileName or IAMProfileID must be specified.
You can’t perform that action at this time.
0 commit comments