-
Notifications
You must be signed in to change notification settings - Fork 534
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Core][AWS] Allow specification of IAM roles for resources. (#3488)
* feat: add iam capabilities to serve * fix: do not require default * fix: pylint * fix: pylint * refactor: use remote_identity instead of iam_instance_profile * fix: formatting * fix: quote delimiter * fix: typo * refactor: updates config.rst to include aws remote identity * refactor: use cluster_name instead of cluster_name_on_cloud * fix: only use the new remote_identity feature with AWS * fix: config.rst remote identity example * Update docs/source/reference/config.rst refactor: config description Co-authored-by: Zhanghao Wu <[email protected]> * Update docs/source/reference/config.rst refactor: config example Co-authored-by: Zhanghao Wu <[email protected]> * refactor: remove redundant example --------- Co-authored-by: Zhanghao Wu <[email protected]>
- Loading branch information
1 parent
cc990bb
commit 5a0ecc7
Showing
4 changed files
with
49 additions
and
7 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
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