Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] Fix default-auth example when less than 10 clusters (#1012)
## Changes This PR fixes the `default-auth` example which raised an out-of-bound exception if the account has less than 10 clusters. Note: the goal of the example is to demonstrate the auth mechanism, not to iterate on workspaces. ## Tests Unit test + run the example - [x] `make test` passing - [x] `make fmt` applied - [x] relevant integration tests applied
- Loading branch information