-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: refactor container authenticator with recent design changes (#129)
This commit includes the following: - the ComputeResourceAuthenticator was renamed to be ContainerAuthenticator to reflect the fact that it now supports only the IKS/ROKS ("container") use-case. - the VPC-related aspects of the authenticator were removed - the Authentication.md file is updated to reflect the latest design changes Note that this commit does in fact include breaking changes, but the new authenticator should not be used by any Go core users at this point, so this should have no impact to users.
- Loading branch information
Showing
9 changed files
with
434 additions
and
635 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.