Jiri Appl
0080e1b701
Dependencies to enable embedded ETCD based config store ( #20 )
...
Creates EtcdCluster and EtcdServer entities.
2021-01-12 17:07:53 -08:00
Pradip Dhara
8b173f9cf6
Merge pull request #22 from pradipd/vip-in-vnet1
...
Creating IPPools
2021-01-12 11:31:43 -08:00
Pradip Dhara
7d49b78a8f
Creating IPPools
...
Adding support for ip ranges in net/net
2021-01-12 10:21:08 -08:00
Zach
d9cb51cba5
Merge pull request #21 from zawachte-msft/user/zawachte/pretty-print
...
add pretty print
2021-01-12 08:43:21 -05:00
zawachte-msft
e98c227efb
add pretty print
2021-01-11 19:48:11 -08:00
Madhan Raj Mookkandy
ef8d42f38a
Merge pull request #19 from JocelynBerrendonner/main
...
Renamed the protobuf files to avoid protobuf namespace collisions
2021-01-05 20:24:00 -08:00
JocelynBerrendonner
644aeb4e21
Renamed the protobuf files to avoid protobuf namespace collisions
2021-01-05 19:59:48 -08:00
Jocelyn Berrendonner [MSFT]
af22e9cdff
Merge pull request #18 from JocelynBerrendonner/main
...
Re-enabling Windows Answer Files support and fixing up some build logic regressions
2021-01-04 12:25:29 -08:00
JocelynBerrendonner
1e408d5351
Re-enabling Windows Answer Files support and fixing up some build logic regressions
2021-01-04 11:56:42 -08:00
apluchik
6ce5dac609
Adding new certificate fields ( #16 )
...
* Changing certificate to new field
* Adding old fields as deprecated
Co-authored-by: Alex Pluchik <apluchik@microsoft.com>
2020-12-14 21:09:06 -08:00
Zach
56dc62fb16
Merge pull request #17 from zawachte-msft/user/zawachte/more-changes
...
Add function to allow downloading a cert from the server
2020-12-14 15:08:07 -07:00
zawachte-msft
a5beed96ca
add tags
2020-12-14 08:43:08 -08:00
zawachte-msft
5fb57cf594
add function to allow downloading a cert from the server
2020-12-11 17:34:24 -08:00
bfjelds
83cb180176
Create controlplane API to enable HA CloudAgent without FailOver Cluster ( #12 )
...
* add cloudagent/cloud/controlplane API
* update cloudagent/cloud/controlplane API
* use ip instead of fqdn
* enable dhcp and static ip addresses to coexist
* use fqdn rather than ip and remove isLeader
* avoid introducing new dependencies on moc-pkg
* add netsh command for deleting ip address (it works when PS command fails)
* move code to staticip in moc-pkg
* remove certificate and authport
* add state parameter to controlplane to track active/leader/unknown
* currently only exposing leader/nonleader
* retrieve the network interface corresponding to getipaddress
* fix typo
* rename type conversion variable
* add comments to controlplane proto
2020-12-11 13:25:37 -08:00
Zach
2bb56e2ebb
Merge pull request #15 from zawachte-msft/user/zawachte/hash-certs
...
Adding New Way to use the LoginConfig With a hashed CA Cert instead of the Full One
2020-12-10 20:06:37 -07:00
zawachte-msft
7ce201ce68
new hash certs verify
2020-11-20 07:32:13 -08:00
apluchik
a5b3ff0e5c
Merge pull request #14 from apluchik/user/apluchik/multiplelogin
...
Changing Certificate type to string
2020-11-17 09:37:35 -08:00
Alex Pluchik
08e8694d25
Changing Certificate type to string
2020-11-03 11:35:41 -08:00
Raghavendra Nataraj
42c7fd10a4
Adding tags to cloudagent and nodeagent protobuf messages ( #13 )
...
* Adding tags to cloudagent and nodeagent protobuf messages
* generated proto files
Co-authored-by: natarajr <natarajr@microsoft.com>
2020-10-29 14:07:42 -07:00
Nick Wood
3a79594f49
Merge pull request #11 from nwoodmsft/expose-query
...
Expose Query functionality for the SDK to use
2020-10-19 14:34:59 -07:00
Nick Wood
f41c101d37
Expose Query functionality for the SDK to use
2020-10-19 04:54:12 -07:00
Zach
4b306200b4
Merge pull request #6 from zawachte-msft/user/zawachte/expose-func
...
Expose private func readAccessFileToTls as public ReadAccessFileToTls
2020-10-13 09:16:11 -04:00
JocelynBerrendonner
4edb2f9118
Revert "Set up CI with Azure Pipelines"
...
This reverts commit eca263692a
.
2020-10-12 16:00:42 -07:00
Jocelyn Berrendonner [MSFT]
eca263692a
Set up CI with Azure Pipelines
...
[skip ci]
2020-10-12 15:59:49 -07:00
Chris Gunn
e60968011c
Merge pull request #10 from cwize1/user/chrisgun/FixProtobugGen
...
Cleanup protobuf generation.
2020-10-01 10:52:23 -07:00
Chris Gunn
b69eed37c7
Updating README files.
2020-09-30 16:25:45 -07:00
Chris Gunn
2e18249ee8
Extra cleanup of protobuf generation scripts.
...
1. Use more sensible location for temporary generated files.
2. Add Azure Pipelines warning when generated files are different
from what is checked-in.
2020-09-30 13:15:49 -07:00
Chris Gunn
71519ab5ee
Cleanup protobuf generation.
...
1. Create protobuf generation script that is callable in both Azure Pipelines
and on local dev boxes. This mostly follows the existing Azure Pipelines
script but with a little bit of cleanup and optimizations.
2. Ensure only a single version of the protobuf Go libraries are being used
(by running the script).
2020-09-29 15:53:46 -07:00
Raghavendra Nataraj
b8ba58a377
Merge pull request #7 from raghavendra-nataraj/vlan_subnet
...
vlan subnet
2020-09-29 15:40:36 -05:00
natarajr
9ec34381ed
merge fix
2020-09-29 13:36:51 -07:00
natarajr
038de9bd70
vlan subnet
2020-09-29 13:35:32 -07:00
Jocelyn Berrendonner [MSFT]
1112721f73
Merge pull request #9 from JocelynBerrendonner/backup
...
Adding a couple of parameters to the Recovery struct
2020-09-25 21:38:36 -07:00
JocelynBerrendonner
52077aff2a
Adding a couple of parameters to the Recovery struct
2020-09-25 19:23:34 -07:00
Raghavendra Nataraj
447af84ab8
Merge pull request #8 from raghavendra-nataraj/fix_pipeline
...
change shell scipt mode to fix pipeline
2020-09-23 18:02:01 -05:00
natarajr
c4851173ae
change shell scipt mode to fix pipeline
2020-09-23 15:35:13 -07:00
zawachte-msft
e8bd7d6197
expose func for identity create
2020-09-22 14:09:00 -07:00
Chris Gunn
edc370b482
Add missing errors.IsXXX functions.
2020-09-14 16:08:31 -07:00
Madhan Raj Mookkandy
031a9888f7
Merge pull request #4 from madhanrm/ref3
...
Fix missing change
2020-09-04 00:27:32 -07:00
Madhan Raj Mookkandy
7f632151b9
Fix missing change
2020-09-04 00:26:56 -07:00
Madhan Raj Mookkandy
fe47d67e05
Merge pull request #3 from madhanrm/ref2
...
Pulling in pkg/config
2020-09-03 23:38:35 -07:00
Madhan Raj Mookkandy
439d8ee5a0
Pulling in pkg/config
2020-09-03 23:37:55 -07:00
Madhan Raj Mookkandy
8e71457b68
Merge pull request #2 from microsoft/test12
...
New Imports
2020-09-03 20:29:35 -07:00
Madhan Raj Mookkandy
110d077b9b
Rename
2020-09-03 20:25:23 -07:00
Madhan Raj Mookkandy
5ae335e8cb
Update
2020-09-03 20:06:37 -07:00
Madhan Raj Mookkandy
5462e2d78d
Bring in other agent rpc
2020-09-03 20:03:44 -07:00
Madhan Raj Mookkandy
6a67f908ab
Merge pull request #1 from microsoft/test
...
Init
2020-09-02 20:17:37 -07:00
David Schott
18c097d8e1
Init
2020-09-02 20:16:34 -07:00
Microsoft Open Source
fc9eb12ba8
Initial SECURITY.md commit
2020-07-13 17:32:23 -07:00
Microsoft Open Source
14437dc85b
Initial LICENSE commit
2020-07-13 17:32:22 -07:00
Microsoft Open Source
58aac7a337
Initial README.md commit
2020-07-13 17:32:21 -07:00