Skip to content

Commit 1cf9817

Browse files
committed
chore: fix some typos
1 parent c07e658 commit 1cf9817

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ibm_cloud_sdk_core/authenticators/container_authenticator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class ContainerAuthenticator(IAMRequestBasedAuthenticator):
3333
(applies to IKS-managed compute resources). Defaults to "/var/run/secrets/tokens/vault-token".
3434
iam_profile_name: The name of the linked trusted IAM profile to be used when obtaining the IAM access token
3535
(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.
3737
iam_profile_id: The id of the linked trusted IAM profile to be used when obtaining the IAM access token
3838
(a CR token might map to multiple IAM profiles). One of IAMProfileName or IAMProfileID must be specified.
3939
Defaults to None.

ibm_cloud_sdk_core/token_managers/container_token_manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ContainerTokenManager(IAMRequestBasedTokenManager):
2828
If the current stored bearer token has expired a new bearer token will be retrieved.
2929
3030
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
3232
(applies to IKS-managed compute resources).
3333
iam_profile_name (str): The name of the linked trusted IAM profile to be used when obtaining the
3434
IAM access token (a CR token might map to multiple IAM profiles).
@@ -49,7 +49,7 @@ class ContainerTokenManager(IAMRequestBasedTokenManager):
4949
This can be used to obtain an access token with a specific scope.
5050
5151
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
5353
(applies to IKS-managed compute resources). Defaults to "/var/run/secrets/tokens/vault-token".
5454
iam_profile_name: The name of the linked trusted IAM profile to be used when obtaining the IAM access token
5555
(a CR token might map to multiple IAM profiles). One of IAMProfileName or IAMProfileID must be specified.

0 commit comments

Comments
 (0)