|
48 | 48 | description: This field contains OIDC-specific configuration. It is only required in case OIDC is used. |
49 | 49 | nullable: true |
50 | 50 | properties: |
| 51 | + clientAuthenticationMethod: |
| 52 | + default: client_secret_basic |
| 53 | + description: 'The client authentication method used when communicating with the token endpoint. Defaults to `client_secret_basic`. The required contents of `clientCredentialsSecret` depend on the chosen method: secret-based methods (`client_secret_basic`, `client_secret_post`, `client_secret_jwt`) expect a client secret, while `private_key_jwt` expects a private key.' |
| 54 | + enum: |
| 55 | + - client_secret_basic |
| 56 | + - client_secret_post |
| 57 | + - client_secret_jwt |
| 58 | + - private_key_jwt |
| 59 | + - none |
| 60 | + type: string |
51 | 61 | clientCredentialsSecret: |
52 | 62 | description: |- |
53 | 63 | A reference to the OIDC client credentials secret. The secret contains |
@@ -240,7 +250,12 @@ spec: |
240 | 250 | format: uri |
241 | 251 | type: string |
242 | 252 | tls: |
243 | | - description: Use a TLS connection. If not specified no TLS will be used. |
| 253 | + default: |
| 254 | + verification: |
| 255 | + server: |
| 256 | + caCert: |
| 257 | + webPki: {} |
| 258 | + description: Configure a TLS connection. If not specified it will default to webPki validation. |
244 | 259 | nullable: true |
245 | 260 | properties: |
246 | 261 | verification: |
@@ -592,7 +607,7 @@ spec: |
592 | 607 | type: string |
593 | 608 | type: object |
594 | 609 | custom: |
595 | | - description: Custom log configuration provided in a ConfigMap |
| 610 | + description: Log configuration provided in a ConfigMap |
596 | 611 | properties: |
597 | 612 | configMap: |
598 | 613 | description: ConfigMap containing the log configuration files |
@@ -672,7 +687,7 @@ spec: |
672 | 687 | type: string |
673 | 688 | type: object |
674 | 689 | custom: |
675 | | - description: Custom log configuration provided in a ConfigMap |
| 690 | + description: Log configuration provided in a ConfigMap |
676 | 691 | properties: |
677 | 692 | configMap: |
678 | 693 | description: ConfigMap containing the log configuration files |
@@ -752,7 +767,7 @@ spec: |
752 | 767 | type: string |
753 | 768 | type: object |
754 | 769 | custom: |
755 | | - description: Custom log configuration provided in a ConfigMap |
| 770 | + description: Log configuration provided in a ConfigMap |
756 | 771 | properties: |
757 | 772 | configMap: |
758 | 773 | description: ConfigMap containing the log configuration files |
@@ -832,7 +847,7 @@ spec: |
832 | 847 | type: string |
833 | 848 | type: object |
834 | 849 | custom: |
835 | | - description: Custom log configuration provided in a ConfigMap |
| 850 | + description: Log configuration provided in a ConfigMap |
836 | 851 | properties: |
837 | 852 | configMap: |
838 | 853 | description: ConfigMap containing the log configuration files |
@@ -885,7 +900,7 @@ spec: |
885 | 900 | type: object |
886 | 901 | type: object |
887 | 902 | enableVectorAgent: |
888 | | - description: Wether or not to deploy a container with the Vector log agent. |
| 903 | + description: Whether or not to deploy a container with the Vector log agent. |
889 | 904 | nullable: true |
890 | 905 | type: boolean |
891 | 906 | type: object |
@@ -1437,7 +1452,7 @@ spec: |
1437 | 1452 | type: string |
1438 | 1453 | type: object |
1439 | 1454 | custom: |
1440 | | - description: Custom log configuration provided in a ConfigMap |
| 1455 | + description: Log configuration provided in a ConfigMap |
1441 | 1456 | properties: |
1442 | 1457 | configMap: |
1443 | 1458 | description: ConfigMap containing the log configuration files |
@@ -1517,7 +1532,7 @@ spec: |
1517 | 1532 | type: string |
1518 | 1533 | type: object |
1519 | 1534 | custom: |
1520 | | - description: Custom log configuration provided in a ConfigMap |
| 1535 | + description: Log configuration provided in a ConfigMap |
1521 | 1536 | properties: |
1522 | 1537 | configMap: |
1523 | 1538 | description: ConfigMap containing the log configuration files |
@@ -1597,7 +1612,7 @@ spec: |
1597 | 1612 | type: string |
1598 | 1613 | type: object |
1599 | 1614 | custom: |
1600 | | - description: Custom log configuration provided in a ConfigMap |
| 1615 | + description: Log configuration provided in a ConfigMap |
1601 | 1616 | properties: |
1602 | 1617 | configMap: |
1603 | 1618 | description: ConfigMap containing the log configuration files |
@@ -1677,7 +1692,7 @@ spec: |
1677 | 1692 | type: string |
1678 | 1693 | type: object |
1679 | 1694 | custom: |
1680 | | - description: Custom log configuration provided in a ConfigMap |
| 1695 | + description: Log configuration provided in a ConfigMap |
1681 | 1696 | properties: |
1682 | 1697 | configMap: |
1683 | 1698 | description: ConfigMap containing the log configuration files |
@@ -1730,7 +1745,7 @@ spec: |
1730 | 1745 | type: object |
1731 | 1746 | type: object |
1732 | 1747 | enableVectorAgent: |
1733 | | - description: Wether or not to deploy a container with the Vector log agent. |
| 1748 | + description: Whether or not to deploy a container with the Vector log agent. |
1734 | 1749 | nullable: true |
1735 | 1750 | type: boolean |
1736 | 1751 | type: object |
|
0 commit comments