Commit d708520
authored
Add possibility to set AllowReauth in clientOpts (#162)
* Add possibility to set AllowReauth in clientOpts
Signed-off-by: Ondrej Vasko <ondrej.vaskoo@gmail.com>
* Remove setting AllowReauth in terraform auth config AuthInfo struct
Removed in favor of lines 161-162
Signed-off-by: Ondrej Vasko <ondrej.vaskoo@gmail.com>
* Set AllowReauth from *bool to bool to simplify the code and avoid nil pointer access
Signed-off-by: Ondrej Vasko <ondrej.vaskoo@gmail.com>
* Remove out-of-context comment about AllowReauth
Signed-off-by: Ondrej Vasko <ondrej.vaskoo@gmail.com>1 parent bfd0103 commit d708520
2 files changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | | - | |
| 378 | + | |
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
| 515 | + | |
515 | 516 | | |
516 | 517 | | |
517 | 518 | | |
| |||
684 | 685 | | |
685 | 686 | | |
686 | 687 | | |
| 688 | + | |
687 | 689 | | |
688 | 690 | | |
689 | 691 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
129 | 136 | | |
130 | 137 | | |
131 | 138 | | |
| |||
0 commit comments