We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee5e43 commit cd07368Copy full SHA for cd07368
src/DependencyInjection/Configuration.php
@@ -384,13 +384,11 @@ private function addConnectionsSection(ArrayNodeDefinition $rootNode): void
384
->scalarNode('projectId')->end()
385
->scalarNode('location')->end()
386
->scalarNode('keyRing')->end()
387
+ // Attribute already present for another KMS type
388
//->scalarNode('keyName')->end()
389
//->scalarNode('keyVersion')->end()
390
// KMIP
391
//->scalarNode('endpoint')->end()
- ->scalarNode('tlsCAFile')->end()
392
- ->scalarNode('tlsClientCertificateKeyFile')->end()
393
- ->scalarNode('tlsClientCertificateKeyFilePassword')->end()
394
// Local
395
->scalarNode('key')->end()
396
->end()
0 commit comments