Mangirdas Judeikis
a3099f14ba
Merge pull request #1422 from jim-minter/dbtoken
...
DB token service for gateway
2021-04-27 15:49:44 +01:00
Mangirdas Judeikis
2a3256f2a8
Merge pull request #1464 from Azure/doc-upstream-differences-new-link
...
Update upstream-differences.md
2021-04-27 11:06:45 +01:00
Mikalai Radchuk
e386518912
Update upstream-differences.md
2021-04-27 09:25:09 +01:00
Mangirdas Judeikis
c0abbbd7f8
Merge pull request #1458 from mjudeikis/api.generation
...
Multi API generator refactor
2021-04-27 09:12:57 +01:00
Jim Minter
3b4359927c
docs
2021-04-26 16:31:19 -05:00
Jim Minter
e61efa5666
add cmd/dbtoken
2021-04-26 15:22:21 -05:00
Jim Minter
e2774f294e
add database mocks
2021-04-26 13:56:50 -05:00
Jim Minter
2a869d0671
move Verifier to pkg/util/oidc
2021-04-26 13:56:50 -05:00
Jim Minter
ed75545e37
export database.Name()
2021-04-26 13:56:49 -05:00
Jim Minter
eda35198d1
allow database access without encryption/decryption
2021-04-26 13:56:49 -05:00
Jim Minter
31fbebea89
update NewDatabaseClient to new go-cosmosdb API
2021-04-26 13:56:49 -05:00
Jim Minter
accd223615
generate go-cosmosdb
2021-04-26 13:56:49 -05:00
Jim Minter
cf448270b1
vendor
2021-04-26 13:56:49 -05:00
Jim Minter
4a7a7cfcc1
add tunnel fix which was missed in previous merge
2021-04-26 13:56:48 -05:00
Leszek Jakubowski
ffbedfb8b2
fix pylint ( #1462 )
2021-04-26 13:56:08 -05:00
Mangirdas Judeikis
b934563fce
systemData and generator for multiapi
2021-04-26 12:55:50 +01:00
Mangirdas Judeikis
5ebbf4f8cc
Merge pull request #1457 from mjudeikis/fix.ip.address.resolve
...
Fix IP address resolution
2021-04-26 10:11:11 +01:00
Jim Minter
1468d3f389
Merge pull request #1377 from jim-minter/devdeploy
...
enable deployment of whole service INT-style in dev mode
2021-04-23 12:46:18 -05:00
Jim Minter
5de4293696
documentation
2021-04-23 10:25:47 -05:00
Jim Minter
08f6b0c2f2
noop rename clientauthorizer.Admin -> clientauthorizer.SubjectNameAndIssuer, matching MSFT nomenclature
2021-04-23 10:25:47 -05:00
Jim Minter
81229ae196
for clarity, rename IsDevelopmentMode -> IsLocalDevelopmentMode
2021-04-23 10:25:46 -05:00
Jim Minter
b32b197667
standardise version.DevClusterGenevaLogging{ConfigVersion,Environment}
2021-04-23 10:25:46 -05:00
Jim Minter
8f84a1c42c
auto-register subscription in development mode
2021-04-23 10:25:46 -05:00
Jim Minter
e9482f9ada
remove isDevelopment test from Headers()
2021-04-23 10:25:46 -05:00
Jim Minter
a0bc3474da
add armClientId config
2021-04-23 10:25:45 -05:00
Jim Minter
83ad6a1815
enable ARM client authentication via key/cert
2021-04-23 10:25:45 -05:00
Jim Minter
d37a04d66d
add RequireD2sV3Workers feature flag
2021-04-23 10:25:45 -05:00
Jim Minter
299309817d
add rpVmssCapacity parameter
2021-04-23 10:25:45 -05:00
Jim Minter
106d089e11
add tunnel tool
2021-04-23 10:25:45 -05:00
Jim Minter
f37198a7be
add parent DNS zones into deploy ARM templates
2021-04-23 10:25:45 -05:00
Jim Minter
e32b615d2e
add tool to generate development RP config
2021-04-23 10:25:19 -05:00
Mangirdas Judeikis
bb2b2f229b
CLI Credential rotation ( #1261 )
...
# Which issue this PR addresses:
Fixes: https://msazure.visualstudio.com/AzureRedHatOpenShift/_workitems/edit/9148852
First part of the story.
# What this PR does / why we need it:
It will enable us to pass credentials changes into API server.
API server will have to be changed to accept those.
This is out of scope for this PR
Rotation on CLI is https://msazure.visualstudio.com/AzureRedHatOpenShift/_workitems/edit/7609645
# Test plan for the issue:
Review review review...
# Is there any documentation that needs to be updated for this PR?
Yes, docs how to use it.
2021-04-23 10:59:53 -04:00
Mangirdas Judeikis
8547640adb
Fix IP address resolution
2021-04-23 15:33:37 +01:00
Mangirdas Judeikis
064a723215
Merge pull request #1453 from Makdaam/dnsmasqfix
...
DNSMasq override fix
2021-04-23 10:41:16 +01:00
Jim Minter
1c1f90434b
pull EnsureARMResourceGroupRoleAssignment under a feature flag
2021-04-22 10:27:11 -05:00
Jim Minter
45d726e348
add EnableDevelopmentAuthorizer feature
2021-04-22 10:27:11 -05:00
Jim Minter
40fef70e85
add DisableSignedCertificates feature flag
2021-04-22 10:27:11 -05:00
Jim Minter
e01ae8dc74
rename resourceGroupName -> rpResourceGroupName for consistency
2021-04-22 10:27:11 -05:00
Jim Minter
a563426654
rename parameter mdsdConfigVersion -> rpMdsdConfigVersion
2021-04-22 10:27:11 -05:00
Jim Minter
7e24cdfb81
enable 'make deploy in development mode'
2021-04-22 10:27:10 -05:00
Jim Minter
0de48ee913
enable empty billingServicePrincipalId in deploy
2021-04-22 10:27:10 -05:00
Jim Minter
b0746f5ea4
enable empty extraCosmosDBIPs in deploy
2021-04-22 10:27:10 -05:00
Jim Minter
50d0667a0d
fix proxy connection closure behaviour (again :-|)
2021-04-22 10:27:09 -05:00
Leszek Jakubowski
96e2656339
DNSMasq override fix
2021-04-22 12:14:53 +02:00
mikeandescavage
0fef305e3b
Cloudfit/guardianwork ( #1451 )
...
# Which issue this PR addresses:
Fixes https://msazure.visualstudio.com/AzureRedHatOpenShift/_workitems/edit/9756109
# What this PR does / why we need it:
This PR accomplishes the following items:
Moved Onebranch pipelines (yml) from internal ADO instance to GitHub
Includes a .gdn directory created by Guardian. This directory includes the .gdnsuppress, which allowed us to suppress the ARM1005 finding until a fix is complete
# Test plan for issue:
https://msazure.visualstudio.com/AzureRedHatOpenShift/_build/results?buildId=41592363&view=results
https://msazure.visualstudio.com/AzureRedHatOpenShift/_build/results?buildId=41593870&view=results
Both builds now successfully run and are able to publish artifacts that can be consumed by Ev2
# Is there any documentation that needs to be updated for this PR?
N/A
2021-04-21 14:56:41 -04:00
Troy Connor
c60dc9cb32
[monitor]Disable persistent prometheus ( #1413 )
2021-04-20 12:56:03 +01:00
Petr Kotas
ff9d75d519
Add prometheus PVC clean workaround ( #1421 )
...
Introduce workaround to remove stale prometheus-db PVCs
left after switch to emptydrive as store by disabling featureGate
PersistentPrometheus.
Signed-off-by: Petr Kotas <pkotas@redhat.com>
2021-04-20 12:55:53 +01:00
Ivan Sim
5eb56f7ed3
Add IFxAudit Logging To Admin Portal ( #1411 )
...
* Add ifxaudit logging to admin portal
Signed-off-by: Ivan Sim <isim@redhat.com>
* Update comment in test
Signed-off-by: Ivan Sim <isim@redhat.com>
2021-04-20 10:01:06 +01:00
Ross Bryan
f4aa7c1577
Ssh docs/examples , PR template update ( #1446 )
...
* Fix -> remove the dash, valid names are master0,master1,master2, but not master-0,master-1,master-2
* Add more information, show example with nodes, show multiple ways to ssh to a worker node
* Change VSTS to ADO because that is the tool we use now
* Add an additional example of connecting to a worker
* respected->respective, english is hard
2021-04-19 11:36:36 +01:00
Jim Minter
e86474f6a8
Merge pull request #1448 from Azure/m1kola-patch-1
...
Changes required variables in ssh-agent.sh
2021-04-16 08:19:18 -05:00