mleneveut

Results 6 comments of mleneveut

I fixed the deployment problem with this ingress code : ``` apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: bff-ingress annotations: kubernetes.io/ingress.class: azure/application-gateway appgw.ingress.kubernetes.io/connection-draining: "true" appgw.ingress.kubernetes.io/connection-draining-timeout: "30" appgw.ingress.kubernetes.io/backend-path-prefix: "/" spec: tls: -...

Same TLS problem with the link in the readme : https://psykube.io/#bmFtZTogcHN5a3ViZQp0eXBlOiBEZXBsb3ltZW50CnJlZ2lzdHJ5X2hvc3Q6IGdjci5pbwpyZWdpc3RyeV91c2VyOiBjb21tZXJjaWFsLXRyaWJlCgphcmdzOiBbICJwbGF5Z3JvdW5kIiwgIi0tYmluZD0wLjAuMC4wIiBdCnBvcnRzOgogIGh0dHA6IDgwODAKaW5ncmVzczoKICB0bHM6IHRydWUKICBob3N0OiBwc3lrdWJlLmNvbW1lcmNpYWx0cmliZS5uaW5qYQoKY2x1c3RlcnM6CiAgZGVmYXVsdDoKICAgIGNvbnRleHQ6IGdrZV9jb21tZXJjaWFsLXRyaWJlX3VzLWVhc3QxLWNfc3RhZ2luZw==

any updates on this ? ``` { "type": "Microsoft.KeyVault/vaults", "apiVersion": "2016-10-01", "condition": "[or(equals(parameters('env'), 'dev'), equals(parameters('env'), 'rec'))]", "name": "[variables('billingKeyVaultName')]", "location": "[parameters('location')]", "properties": { "accessPolicies": [ {...a...} } } { "type": "Microsoft.KeyVault/vaults",...

@aroraharsh23 @subashd Hello, any progress on migrating to nftables ?

@aramase Thanks for your response. The CSI is working fine for some secrets. I only have this problem with the Azure AD configuration. Instead of giving the value of the...