-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for AzureAD auth to AKS via RBAC (#1820)
* Adding support for AzureAD auth to AKS via RBAC * formatting * formatting * Adding documentation updates * Fixing issues with aadProfile server_app_secret always causing a new cluster * Refactoring code to avoid repetition in some areas. Documentation updates. * minor updates to testing section of main documentation index * docs: client_id -> client_app_id * fixing one more misnamed var in the docs * AKS: switching RBAC to be an independent block * Rewriting the documentation to be clearer (ala VM's) * AKS: refactoring * AKS: adding additional context to the errors * updating a todo * Data Source: refactoring * Data Source: continued re-ordering/removing the existing structure * d/AKS: adding the `role_based_access_control` block * AKS: support for up to 100 agents * Updating the versions of kubernetes being used * Documentation: moving the AKS Examples into their own folder * removing the older aks examples * Updating to include the changes from #2286 * re-ordering/updating the errors * removing the unused env variables * fixing the linting * fixing broken tests * fixes from code review
- Loading branch information
1 parent
7c1fab7
commit 89a15ed
Showing
26 changed files
with
1,618 additions
and
1,146 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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.