hong-revo
|
5b54604ca6
|
remention create_azure_login
|
2019-01-17 22:14:42 +11:00 |
hong-revo
|
76c212bf8e
|
add warning if requiring devicecode and noninteractive
|
2019-01-16 23:19:17 +11:00 |
hong-revo
|
ca44908cff
|
glitched printout
|
2019-01-15 22:30:27 +11:00 |
hong-revo
|
9e8cdb35a5
|
reformatted printing of token
|
2019-01-15 21:45:08 +11:00 |
hong-revo
|
ab243673ce
|
resource_host arg -> resource
|
2019-01-15 19:50:24 +11:00 |
hong-revo
|
8faacef048
|
add print method for tokens, clean directory function
|
2019-01-15 14:41:26 +11:00 |
hong-revo
|
94a6a596ab
|
more tidying, export data dir fn
|
2019-01-15 11:03:42 +11:00 |
hong-revo
|
a9ef31f2d4
|
tidying login details
|
2019-01-15 03:55:41 +11:00 |
hong-revo
|
b3a6466bd5
|
login tests
|
2019-01-15 02:49:21 +11:00 |
hong-revo
|
9e424ecca1
|
revamping azure_login
|
2019-01-15 02:22:30 +11:00 |
hong-revo
|
efbff37ae7
|
rerun document()
|
2019-01-15 00:39:43 +11:00 |
hong-revo
|
a736649248
|
tests for tokens
|
2019-01-15 00:37:39 +11:00 |
hong-revo
|
8c10eab8e8
|
caching hideous but working
|
2019-01-14 22:28:38 +11:00 |
hong-revo
|
137115d769
|
revised caching logic
|
2019-01-14 18:19:42 +11:00 |
hong-revo
|
d46ac69663
|
fix prev commit
|
2019-01-14 13:16:31 +11:00 |
hong-revo
|
bad53f105a
|
normalize appid in az_rm$new
|
2019-01-14 08:44:16 +11:00 |
hong-revo
|
24018e92fd
|
fully implement token caching
|
2019-01-14 08:28:26 +11:00 |
hong-revo
|
dd698633f3
|
add openssl as import
|
2019-01-14 07:43:04 +11:00 |
hong-revo
|
3d8768f06b
|
implement token caching, export normalize_tenant
|
2019-01-14 06:20:58 +11:00 |
hong-revo
|
ae98d66010
|
modify token hash
|
2019-01-14 04:47:25 +11:00 |
hong-revo
|
8e66f67d2a
|
tweak device_code behaviour to be similar to auth_code
|
2019-01-14 00:47:19 +11:00 |
hong-revo
|
31bf13cdbe
|
acknowledge AzureSMR
|
2019-01-12 21:58:09 +11:00 |
hong-revo
|
81b3f2a7ba
|
fix no-parameters deploy
|
2019-01-12 05:45:08 +11:00 |
hong-revo
|
818f1a7af6
|
Merge branch 'master' of https://github.com/cloudyr/AzureRMR
|
2019-01-11 19:02:21 +11:00 |
hong-revo
|
bd00b810bb
|
expand on auth methods
|
2019-01-11 19:01:35 +11:00 |
Hong Ooi
|
b029bfc253
|
Merge pull request #5 from cloudyr/token-revamp
Token revamp
|
2019-01-11 07:21:28 +11:00 |
hong-revo
|
03bda29635
|
update docs
|
2019-01-11 07:11:24 +11:00 |
hong-revo
|
9c00505c91
|
update readme
|
2019-01-11 06:28:08 +11:00 |
hong-revo
|
9d2b9b2ee5
|
force fail if httpuv required but unavailable
|
2019-01-11 05:19:44 +11:00 |
hong-revo
|
fc26b2bacf
|
fix tests, run document()
|
2019-01-11 05:12:58 +11:00 |
hong-revo
|
6d4d623f33
|
fix username auth
|
2019-01-11 02:01:06 +11:00 |
hong-revo
|
6fd38a0171
|
update news
|
2019-01-11 00:58:30 +11:00 |
hong-revo
|
b09ac31314
|
get methods working
|
2019-01-11 00:49:46 +11:00 |
hong-revo
|
23f6f2d6a3
|
forgot resource
|
2019-01-10 21:34:21 +11:00 |
hong-revo
|
98eac52f5f
|
quick fix for absent httpuv
|
2019-01-10 21:09:19 +11:00 |
hong-revo
|
1aa6e8a36f
|
fill out token class
|
2019-01-10 20:44:07 +11:00 |
hong-revo
|
89cfb707d5
|
new auth method stubs
|
2019-01-10 20:05:55 +11:00 |
hong-revo
|
28b57c9d6f
|
new get_azure_token signature
|
2019-01-10 18:51:48 +11:00 |
hong-revo
|
40eb4cc896
|
export is_azure_token
|
2019-01-09 10:56:22 +11:00 |
hong-revo
|
3da9d01599
|
update news
|
2019-01-09 10:52:20 +11:00 |
hong-revo
|
8f3a297c58
|
send empty string rather than NULL as password, fixes #3
|
2019-01-09 10:46:09 +11:00 |
Hong Ooi
|
5ab610fd8e
|
Cli auth (#2)
* changes to enable auth with CLI app id
* api for persistent logins
* dev version number
* typo
* add documentation
* update docs to use get_az_login
* update mds
* allow new login flow to use svc principal
* fix delete_az_login
* more fixups
* fix list_az_logins
* update news
* update intro
* add badges
* az_login -> azure_login
* doc fix
* cleanup
* document
* document fixup
* update tests
* rationalise auth arguments: resource_host first arg, auth_type default based on pwd
* fix vignette img links
|
2018-12-26 15:15:31 +11:00 |
hong-revo
|
9c90892421
|
cleanup crlf
|
2018-12-26 14:36:17 +11:00 |
hong-revo
|
27a6b59642
|
fix print method
|
2018-12-24 13:37:13 +11:00 |
hong-revo
|
f16a8d65a8
|
handle etag field properly, don't print null fields
|
2018-12-24 12:44:36 +11:00 |
hong-revo
|
12d2115e49
|
add etag field to possible resource parms (for Kusto)
|
2018-12-24 11:37:18 +11:00 |
hong-revo
|
30e0a93f62
|
tweak waiting algo
|
2018-12-22 02:12:14 +11:00 |
hong-revo
|
11a3a1785f
|
add wait arg for res creation, location arg for create_resource method
|
2018-12-12 01:56:51 +11:00 |
hong-revo
|
acd0fad458
|
ensure password field not null
|
2018-12-10 13:51:52 +11:00 |
hong-revo
|
0b539e0c45
|
add badges
|
2018-12-03 14:21:01 +08:00 |