Closed Torgeir-Hansen closed 1 year ago
Unfortunately this turned out to be a too big PR, but while adding mTLS support various needs showed themselves. Each change lists its affected files.
Added support for ingress mTLS:
AzureNativeApp pulumi version to V20221001, needed for mTLS:
using Pulumi.AzureNative.App;
using Pulumi.AzureNative.App.V20221001;
Microservice added target port, added hint to config files that they are automatically generated:
Added support for ingress restart:
Removed duplicate ingress configuration upload:
Added README.md reference for tooling convenience:
Filestorage updated logging, added retry on failure and changed to only upload if config changed, returns upload status, made async:
PulumiOperations logging improvement and consolidation:
Added hint to config files that they are automatically generated:
Impersonation bugfix:
Fixed missing accesslist limitation for ingress:
Summary
Unfortunately this turned out to be a too big PR, but while adding mTLS support various needs showed themselves. Each change lists its affected files.
Added
Added support for ingress mTLS:
AzureNativeApp pulumi version to V20221001, needed for mTLS:
using Pulumi.AzureNative.App;
tousing Pulumi.AzureNative.App.V20221001;
for type referenceMicroservice added target port, added hint to config files that they are automatically generated:
Added support for ingress restart:
Removed duplicate ingress configuration upload:
Added README.md reference for tooling convenience:
Changed
Filestorage updated logging, added retry on failure and changed to only upload if config changed, returns upload status, made async:
PulumiOperations logging improvement and consolidation:
Added hint to config files that they are automatically generated:
Fixed
Impersonation bugfix:
Fixed missing accesslist limitation for ingress:
Removed