@kilic.dev/pulumi-k8s-crds 3.0.2 → 3.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/dist/types/input.d.ts +692 -228
- package/dist/types/output.d.ts +692 -228
- package/package.json +13 -10
package/dist/types/output.d.ts
CHANGED
|
@@ -79816,8 +79816,8 @@ export declare namespace external_secrets {
|
|
|
79816
79816
|
interface ClusterSecretStoreSpecProviderAkeylessAuthSecretRefKubernetesAuthServiceAccountRef {
|
|
79817
79817
|
/**
|
|
79818
79818
|
* Audience specifies the `aud` claim for the service account token
|
|
79819
|
-
*
|
|
79820
|
-
*
|
|
79819
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
79820
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
79821
79821
|
*/
|
|
79822
79822
|
audiences: string[];
|
|
79823
79823
|
/**
|
|
@@ -79839,8 +79839,8 @@ export declare namespace external_secrets {
|
|
|
79839
79839
|
interface ClusterSecretStoreSpecProviderAkeylessAuthSecretRefKubernetesAuthServiceAccountRefPatch {
|
|
79840
79840
|
/**
|
|
79841
79841
|
* Audience specifies the `aud` claim for the service account token
|
|
79842
|
-
*
|
|
79843
|
-
*
|
|
79842
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
79843
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
79844
79844
|
*/
|
|
79845
79845
|
audiences: string[];
|
|
79846
79846
|
/**
|
|
@@ -80006,8 +80006,8 @@ export declare namespace external_secrets {
|
|
|
80006
80006
|
interface ClusterSecretStoreSpecProviderAkeylessAuthSecretRefServiceAccountRef {
|
|
80007
80007
|
/**
|
|
80008
80008
|
* Audience specifies the `aud` claim for the service account token
|
|
80009
|
-
*
|
|
80010
|
-
*
|
|
80009
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
80010
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
80011
80011
|
*/
|
|
80012
80012
|
audiences: string[];
|
|
80013
80013
|
/**
|
|
@@ -80029,8 +80029,8 @@ export declare namespace external_secrets {
|
|
|
80029
80029
|
interface ClusterSecretStoreSpecProviderAkeylessAuthSecretRefServiceAccountRefPatch {
|
|
80030
80030
|
/**
|
|
80031
80031
|
* Audience specifies the `aud` claim for the service account token
|
|
80032
|
-
*
|
|
80033
|
-
*
|
|
80032
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
80033
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
80034
80034
|
*/
|
|
80035
80035
|
audiences: string[];
|
|
80036
80036
|
/**
|
|
@@ -80190,8 +80190,8 @@ export declare namespace external_secrets {
|
|
|
80190
80190
|
interface ClusterSecretStoreSpecProviderAwsAuthJwtServiceAccountRef {
|
|
80191
80191
|
/**
|
|
80192
80192
|
* Audience specifies the `aud` claim for the service account token
|
|
80193
|
-
*
|
|
80194
|
-
*
|
|
80193
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
80194
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
80195
80195
|
*/
|
|
80196
80196
|
audiences: string[];
|
|
80197
80197
|
/**
|
|
@@ -80210,8 +80210,8 @@ export declare namespace external_secrets {
|
|
|
80210
80210
|
interface ClusterSecretStoreSpecProviderAwsAuthJwtServiceAccountRefPatch {
|
|
80211
80211
|
/**
|
|
80212
80212
|
* Audience specifies the `aud` claim for the service account token
|
|
80213
|
-
*
|
|
80214
|
-
*
|
|
80213
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
80214
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
80215
80215
|
*/
|
|
80216
80216
|
audiences: string[];
|
|
80217
80217
|
/**
|
|
@@ -80796,8 +80796,8 @@ export declare namespace external_secrets {
|
|
|
80796
80796
|
interface ClusterSecretStoreSpecProviderAzurekvServiceAccountRef {
|
|
80797
80797
|
/**
|
|
80798
80798
|
* Audience specifies the `aud` claim for the service account token
|
|
80799
|
-
*
|
|
80800
|
-
*
|
|
80799
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
80800
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
80801
80801
|
*/
|
|
80802
80802
|
audiences: string[];
|
|
80803
80803
|
/**
|
|
@@ -80817,8 +80817,8 @@ export declare namespace external_secrets {
|
|
|
80817
80817
|
interface ClusterSecretStoreSpecProviderAzurekvServiceAccountRefPatch {
|
|
80818
80818
|
/**
|
|
80819
80819
|
* Audience specifies the `aud` claim for the service account token
|
|
80820
|
-
*
|
|
80821
|
-
*
|
|
80820
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
80821
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
80822
80822
|
*/
|
|
80823
80823
|
audiences: string[];
|
|
80824
80824
|
/**
|
|
@@ -82249,8 +82249,8 @@ export declare namespace external_secrets {
|
|
|
82249
82249
|
interface ClusterSecretStoreSpecProviderConjurAuthJwtServiceAccountRef {
|
|
82250
82250
|
/**
|
|
82251
82251
|
* Audience specifies the `aud` claim for the service account token
|
|
82252
|
-
*
|
|
82253
|
-
*
|
|
82252
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
82253
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
82254
82254
|
*/
|
|
82255
82255
|
audiences: string[];
|
|
82256
82256
|
/**
|
|
@@ -82270,8 +82270,8 @@ export declare namespace external_secrets {
|
|
|
82270
82270
|
interface ClusterSecretStoreSpecProviderConjurAuthJwtServiceAccountRefPatch {
|
|
82271
82271
|
/**
|
|
82272
82272
|
* Audience specifies the `aud` claim for the service account token
|
|
82273
|
-
*
|
|
82274
|
-
*
|
|
82273
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
82274
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
82275
82275
|
*/
|
|
82276
82276
|
audiences: string[];
|
|
82277
82277
|
/**
|
|
@@ -82527,8 +82527,8 @@ export declare namespace external_secrets {
|
|
|
82527
82527
|
interface ClusterSecretStoreSpecProviderCrdAuthServiceAccount {
|
|
82528
82528
|
/**
|
|
82529
82529
|
* Audience specifies the `aud` claim for the service account token
|
|
82530
|
-
*
|
|
82531
|
-
*
|
|
82530
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
82531
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
82532
82532
|
*/
|
|
82533
82533
|
audiences: string[];
|
|
82534
82534
|
/**
|
|
@@ -82547,8 +82547,8 @@ export declare namespace external_secrets {
|
|
|
82547
82547
|
interface ClusterSecretStoreSpecProviderCrdAuthServiceAccountPatch {
|
|
82548
82548
|
/**
|
|
82549
82549
|
* Audience specifies the `aud` claim for the service account token
|
|
82550
|
-
*
|
|
82551
|
-
*
|
|
82550
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
82551
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
82552
82552
|
*/
|
|
82553
82553
|
audiences: string[];
|
|
82554
82554
|
/**
|
|
@@ -83034,8 +83034,8 @@ export declare namespace external_secrets {
|
|
|
83034
83034
|
interface ClusterSecretStoreSpecProviderDopplerAuthOidcConfigServiceAccountRef {
|
|
83035
83035
|
/**
|
|
83036
83036
|
* Audience specifies the `aud` claim for the service account token
|
|
83037
|
-
*
|
|
83038
|
-
*
|
|
83037
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
83038
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
83039
83039
|
*/
|
|
83040
83040
|
audiences: string[];
|
|
83041
83041
|
/**
|
|
@@ -83054,8 +83054,8 @@ export declare namespace external_secrets {
|
|
|
83054
83054
|
interface ClusterSecretStoreSpecProviderDopplerAuthOidcConfigServiceAccountRefPatch {
|
|
83055
83055
|
/**
|
|
83056
83056
|
* Audience specifies the `aud` claim for the service account token
|
|
83057
|
-
*
|
|
83058
|
-
*
|
|
83057
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
83058
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
83059
83059
|
*/
|
|
83060
83060
|
audiences: string[];
|
|
83061
83061
|
/**
|
|
@@ -83669,8 +83669,8 @@ export declare namespace external_secrets {
|
|
|
83669
83669
|
interface ClusterSecretStoreSpecProviderGcpsmAuthWorkloadIdentityFederationServiceAccountRef {
|
|
83670
83670
|
/**
|
|
83671
83671
|
* Audience specifies the `aud` claim for the service account token
|
|
83672
|
-
*
|
|
83673
|
-
*
|
|
83672
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
83673
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
83674
83674
|
*/
|
|
83675
83675
|
audiences: string[];
|
|
83676
83676
|
/**
|
|
@@ -83690,8 +83690,8 @@ export declare namespace external_secrets {
|
|
|
83690
83690
|
interface ClusterSecretStoreSpecProviderGcpsmAuthWorkloadIdentityFederationServiceAccountRefPatch {
|
|
83691
83691
|
/**
|
|
83692
83692
|
* Audience specifies the `aud` claim for the service account token
|
|
83693
|
-
*
|
|
83694
|
-
*
|
|
83693
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
83694
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
83695
83695
|
*/
|
|
83696
83696
|
audiences: string[];
|
|
83697
83697
|
/**
|
|
@@ -83731,8 +83731,8 @@ export declare namespace external_secrets {
|
|
|
83731
83731
|
interface ClusterSecretStoreSpecProviderGcpsmAuthWorkloadIdentityServiceAccountRef {
|
|
83732
83732
|
/**
|
|
83733
83733
|
* Audience specifies the `aud` claim for the service account token
|
|
83734
|
-
*
|
|
83735
|
-
*
|
|
83734
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
83735
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
83736
83736
|
*/
|
|
83737
83737
|
audiences: string[];
|
|
83738
83738
|
/**
|
|
@@ -83751,8 +83751,8 @@ export declare namespace external_secrets {
|
|
|
83751
83751
|
interface ClusterSecretStoreSpecProviderGcpsmAuthWorkloadIdentityServiceAccountRefPatch {
|
|
83752
83752
|
/**
|
|
83753
83753
|
* Audience specifies the `aud` claim for the service account token
|
|
83754
|
-
*
|
|
83755
|
-
*
|
|
83754
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
83755
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
83756
83756
|
*/
|
|
83757
83757
|
audiences: string[];
|
|
83758
83758
|
/**
|
|
@@ -83788,7 +83788,7 @@ export declare namespace external_secrets {
|
|
|
83788
83788
|
secretVersionSelectionPolicy: string;
|
|
83789
83789
|
}
|
|
83790
83790
|
/**
|
|
83791
|
-
* Github configures this store to push GitHub Actions secrets using the GitHub API provider.
|
|
83791
|
+
* Github configures this store to push GitHub Actions or Dependabot secrets using the GitHub API provider.
|
|
83792
83792
|
* Note: This provider only supports write operations (PushSecret) and cannot fetch secrets from GitHub
|
|
83793
83793
|
*/
|
|
83794
83794
|
interface ClusterSecretStoreSpecProviderGithub {
|
|
@@ -83820,6 +83820,11 @@ export declare namespace external_secrets {
|
|
|
83820
83820
|
* repository will be used to fetch secrets from the Github repository within an organization
|
|
83821
83821
|
*/
|
|
83822
83822
|
repository: string;
|
|
83823
|
+
/**
|
|
83824
|
+
* secretType specifies which GitHub secret service to use.
|
|
83825
|
+
* Defaults to Actions for backwards compatibility.
|
|
83826
|
+
*/
|
|
83827
|
+
secretType: string;
|
|
83823
83828
|
/**
|
|
83824
83829
|
* Upload URL for enterprise instances. Default to URL.
|
|
83825
83830
|
*/
|
|
@@ -83882,7 +83887,7 @@ export declare namespace external_secrets {
|
|
|
83882
83887
|
namespace: string;
|
|
83883
83888
|
}
|
|
83884
83889
|
/**
|
|
83885
|
-
* Github configures this store to push GitHub Actions secrets using the GitHub API provider.
|
|
83890
|
+
* Github configures this store to push GitHub Actions or Dependabot secrets using the GitHub API provider.
|
|
83886
83891
|
* Note: This provider only supports write operations (PushSecret) and cannot fetch secrets from GitHub
|
|
83887
83892
|
*/
|
|
83888
83893
|
interface ClusterSecretStoreSpecProviderGithubPatch {
|
|
@@ -83914,6 +83919,11 @@ export declare namespace external_secrets {
|
|
|
83914
83919
|
* repository will be used to fetch secrets from the Github repository within an organization
|
|
83915
83920
|
*/
|
|
83916
83921
|
repository: string;
|
|
83922
|
+
/**
|
|
83923
|
+
* secretType specifies which GitHub secret service to use.
|
|
83924
|
+
* Defaults to Actions for backwards compatibility.
|
|
83925
|
+
*/
|
|
83926
|
+
secretType: string;
|
|
83917
83927
|
/**
|
|
83918
83928
|
* Upload URL for enterprise instances. Default to URL.
|
|
83919
83929
|
*/
|
|
@@ -85673,8 +85683,8 @@ export declare namespace external_secrets {
|
|
|
85673
85683
|
interface ClusterSecretStoreSpecProviderKubernetesAuthServiceAccount {
|
|
85674
85684
|
/**
|
|
85675
85685
|
* Audience specifies the `aud` claim for the service account token
|
|
85676
|
-
*
|
|
85677
|
-
*
|
|
85686
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
85687
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
85678
85688
|
*/
|
|
85679
85689
|
audiences: string[];
|
|
85680
85690
|
/**
|
|
@@ -85693,8 +85703,8 @@ export declare namespace external_secrets {
|
|
|
85693
85703
|
interface ClusterSecretStoreSpecProviderKubernetesAuthServiceAccountPatch {
|
|
85694
85704
|
/**
|
|
85695
85705
|
* Audience specifies the `aud` claim for the service account token
|
|
85696
|
-
*
|
|
85697
|
-
*
|
|
85706
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
85707
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
85698
85708
|
*/
|
|
85699
85709
|
audiences: string[];
|
|
85700
85710
|
/**
|
|
@@ -85860,6 +85870,7 @@ export declare namespace external_secrets {
|
|
|
85860
85870
|
interface ClusterSecretStoreSpecProviderNebiusmysteryboxAuth {
|
|
85861
85871
|
serviceAccountCredsSecretRef: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderNebiusmysteryboxAuthServiceAccountCredsSecretRef;
|
|
85862
85872
|
tokenSecretRef: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderNebiusmysteryboxAuthTokenSecretRef;
|
|
85873
|
+
workloadIdentity: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderNebiusmysteryboxAuthWorkloadIdentity;
|
|
85863
85874
|
}
|
|
85864
85875
|
/**
|
|
85865
85876
|
* Auth defines parameters to authenticate in MysteryBox
|
|
@@ -85867,6 +85878,7 @@ export declare namespace external_secrets {
|
|
|
85867
85878
|
interface ClusterSecretStoreSpecProviderNebiusmysteryboxAuthPatch {
|
|
85868
85879
|
serviceAccountCredsSecretRef: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderNebiusmysteryboxAuthServiceAccountCredsSecretRefPatch;
|
|
85869
85880
|
tokenSecretRef: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderNebiusmysteryboxAuthTokenSecretRefPatch;
|
|
85881
|
+
workloadIdentity: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderNebiusmysteryboxAuthWorkloadIdentityPatch;
|
|
85870
85882
|
}
|
|
85871
85883
|
/**
|
|
85872
85884
|
* ServiceAccountCreds references a Kubernetes Secret key that contains a JSON
|
|
@@ -85968,6 +85980,72 @@ export declare namespace external_secrets {
|
|
|
85968
85980
|
*/
|
|
85969
85981
|
namespace: string;
|
|
85970
85982
|
}
|
|
85983
|
+
/**
|
|
85984
|
+
* WorkloadIdentity defines configuration for workload identity authentication to Nebius IAM.
|
|
85985
|
+
*/
|
|
85986
|
+
interface ClusterSecretStoreSpecProviderNebiusmysteryboxAuthWorkloadIdentity {
|
|
85987
|
+
/**
|
|
85988
|
+
* IAMServiceAccountID is the Nebius IAM service account identifier that the
|
|
85989
|
+
* federated Kubernetes service account should impersonate during token exchange.
|
|
85990
|
+
*/
|
|
85991
|
+
iamServiceAccountID: string;
|
|
85992
|
+
serviceAccountRef: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderNebiusmysteryboxAuthWorkloadIdentityServiceAccountRef;
|
|
85993
|
+
}
|
|
85994
|
+
/**
|
|
85995
|
+
* WorkloadIdentity defines configuration for workload identity authentication to Nebius IAM.
|
|
85996
|
+
*/
|
|
85997
|
+
interface ClusterSecretStoreSpecProviderNebiusmysteryboxAuthWorkloadIdentityPatch {
|
|
85998
|
+
/**
|
|
85999
|
+
* IAMServiceAccountID is the Nebius IAM service account identifier that the
|
|
86000
|
+
* federated Kubernetes service account should impersonate during token exchange.
|
|
86001
|
+
*/
|
|
86002
|
+
iamServiceAccountID: string;
|
|
86003
|
+
serviceAccountRef: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderNebiusmysteryboxAuthWorkloadIdentityServiceAccountRefPatch;
|
|
86004
|
+
}
|
|
86005
|
+
/**
|
|
86006
|
+
* ServiceAccountRef references a Kubernetes ServiceAccount used to request a
|
|
86007
|
+
* temporary JWT via the TokenRequest API. The JWT is then exchanged for a
|
|
86008
|
+
* Nebius IAM token using workload federation.
|
|
86009
|
+
*/
|
|
86010
|
+
interface ClusterSecretStoreSpecProviderNebiusmysteryboxAuthWorkloadIdentityServiceAccountRef {
|
|
86011
|
+
/**
|
|
86012
|
+
* Audience specifies the `aud` claim for the service account token
|
|
86013
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
86014
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
86015
|
+
*/
|
|
86016
|
+
audiences: string[];
|
|
86017
|
+
/**
|
|
86018
|
+
* The name of the ServiceAccount resource being referred to.
|
|
86019
|
+
*/
|
|
86020
|
+
name: string;
|
|
86021
|
+
/**
|
|
86022
|
+
* Namespace of the resource being referred to.
|
|
86023
|
+
* Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
86024
|
+
*/
|
|
86025
|
+
namespace: string;
|
|
86026
|
+
}
|
|
86027
|
+
/**
|
|
86028
|
+
* ServiceAccountRef references a Kubernetes ServiceAccount used to request a
|
|
86029
|
+
* temporary JWT via the TokenRequest API. The JWT is then exchanged for a
|
|
86030
|
+
* Nebius IAM token using workload federation.
|
|
86031
|
+
*/
|
|
86032
|
+
interface ClusterSecretStoreSpecProviderNebiusmysteryboxAuthWorkloadIdentityServiceAccountRefPatch {
|
|
86033
|
+
/**
|
|
86034
|
+
* Audience specifies the `aud` claim for the service account token
|
|
86035
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
86036
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
86037
|
+
*/
|
|
86038
|
+
audiences: string[];
|
|
86039
|
+
/**
|
|
86040
|
+
* The name of the ServiceAccount resource being referred to.
|
|
86041
|
+
*/
|
|
86042
|
+
name: string;
|
|
86043
|
+
/**
|
|
86044
|
+
* Namespace of the resource being referred to.
|
|
86045
|
+
* Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
86046
|
+
*/
|
|
86047
|
+
namespace: string;
|
|
86048
|
+
}
|
|
85971
86049
|
/**
|
|
85972
86050
|
* The provider for the CA bundle to use to validate NebiusMysterybox server certificate.
|
|
85973
86051
|
*/
|
|
@@ -86551,6 +86629,7 @@ export declare namespace external_secrets {
|
|
|
86551
86629
|
*/
|
|
86552
86630
|
interface ClusterSecretStoreSpecProviderOpenBaoAuth {
|
|
86553
86631
|
appRole: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderOpenBaoAuthAppRole;
|
|
86632
|
+
kubernetes: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderOpenBaoAuthKubernetes;
|
|
86554
86633
|
/**
|
|
86555
86634
|
* Name of the [OpenBao Namespace] to authenticate to. This can be different
|
|
86556
86635
|
* than the namespace your secret is in. Namespaces is a set of features
|
|
@@ -86692,11 +86771,140 @@ export declare namespace external_secrets {
|
|
|
86692
86771
|
*/
|
|
86693
86772
|
namespace: string;
|
|
86694
86773
|
}
|
|
86774
|
+
/**
|
|
86775
|
+
* Kubernetes authenticates with OpenBao by passing a ServiceAccount
|
|
86776
|
+
* token to the [Kubernetes auth mechanism].
|
|
86777
|
+
*
|
|
86778
|
+
* [Kubernetes auth mechanism]: https://openbao.org/docs/auth/kubernetes/
|
|
86779
|
+
*/
|
|
86780
|
+
interface ClusterSecretStoreSpecProviderOpenBaoAuthKubernetes {
|
|
86781
|
+
/**
|
|
86782
|
+
* Path where the Kubernetes authentication backend is mounted in OpenBao, e.g:
|
|
86783
|
+
* "kubernetes"
|
|
86784
|
+
*/
|
|
86785
|
+
path: string;
|
|
86786
|
+
/**
|
|
86787
|
+
* A required field containing the OpenBao Role to assume. A Role binds a
|
|
86788
|
+
* Kubernetes ServiceAccount with a set of OpenBao policies.
|
|
86789
|
+
*/
|
|
86790
|
+
role: string;
|
|
86791
|
+
secretRef: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderOpenBaoAuthKubernetesSecretRef;
|
|
86792
|
+
serviceAccountRef: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderOpenBaoAuthKubernetesServiceAccountRef;
|
|
86793
|
+
}
|
|
86794
|
+
/**
|
|
86795
|
+
* Kubernetes authenticates with OpenBao by passing a ServiceAccount
|
|
86796
|
+
* token to the [Kubernetes auth mechanism].
|
|
86797
|
+
*
|
|
86798
|
+
* [Kubernetes auth mechanism]: https://openbao.org/docs/auth/kubernetes/
|
|
86799
|
+
*/
|
|
86800
|
+
interface ClusterSecretStoreSpecProviderOpenBaoAuthKubernetesPatch {
|
|
86801
|
+
/**
|
|
86802
|
+
* Path where the Kubernetes authentication backend is mounted in OpenBao, e.g:
|
|
86803
|
+
* "kubernetes"
|
|
86804
|
+
*/
|
|
86805
|
+
path: string;
|
|
86806
|
+
/**
|
|
86807
|
+
* A required field containing the OpenBao Role to assume. A Role binds a
|
|
86808
|
+
* Kubernetes ServiceAccount with a set of OpenBao policies.
|
|
86809
|
+
*/
|
|
86810
|
+
role: string;
|
|
86811
|
+
secretRef: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderOpenBaoAuthKubernetesSecretRefPatch;
|
|
86812
|
+
serviceAccountRef: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderOpenBaoAuthKubernetesServiceAccountRefPatch;
|
|
86813
|
+
}
|
|
86814
|
+
/**
|
|
86815
|
+
* Optional secret field containing a Kubernetes ServiceAccount JWT used
|
|
86816
|
+
* for authenticating with OpenBao. If a name is specified without a key,
|
|
86817
|
+
* `token` is the default.
|
|
86818
|
+
*/
|
|
86819
|
+
interface ClusterSecretStoreSpecProviderOpenBaoAuthKubernetesSecretRef {
|
|
86820
|
+
/**
|
|
86821
|
+
* A key in the referenced Secret.
|
|
86822
|
+
* Some instances of this field may be defaulted, in others it may be required.
|
|
86823
|
+
*/
|
|
86824
|
+
key: string;
|
|
86825
|
+
/**
|
|
86826
|
+
* The name of the Secret resource being referred to.
|
|
86827
|
+
*/
|
|
86828
|
+
name: string;
|
|
86829
|
+
/**
|
|
86830
|
+
* The namespace of the Secret resource being referred to.
|
|
86831
|
+
* Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
86832
|
+
*/
|
|
86833
|
+
namespace: string;
|
|
86834
|
+
}
|
|
86835
|
+
/**
|
|
86836
|
+
* Optional secret field containing a Kubernetes ServiceAccount JWT used
|
|
86837
|
+
* for authenticating with OpenBao. If a name is specified without a key,
|
|
86838
|
+
* `token` is the default.
|
|
86839
|
+
*/
|
|
86840
|
+
interface ClusterSecretStoreSpecProviderOpenBaoAuthKubernetesSecretRefPatch {
|
|
86841
|
+
/**
|
|
86842
|
+
* A key in the referenced Secret.
|
|
86843
|
+
* Some instances of this field may be defaulted, in others it may be required.
|
|
86844
|
+
*/
|
|
86845
|
+
key: string;
|
|
86846
|
+
/**
|
|
86847
|
+
* The name of the Secret resource being referred to.
|
|
86848
|
+
*/
|
|
86849
|
+
name: string;
|
|
86850
|
+
/**
|
|
86851
|
+
* The namespace of the Secret resource being referred to.
|
|
86852
|
+
* Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
86853
|
+
*/
|
|
86854
|
+
namespace: string;
|
|
86855
|
+
}
|
|
86856
|
+
/**
|
|
86857
|
+
* Optional service account field containing the name of a Kubernetes ServiceAccount.
|
|
86858
|
+
* If the service account is specified, a token will be requested from the Kubernetes
|
|
86859
|
+
* TokenRequest API for authenticating with OpenBao.
|
|
86860
|
+
* Any configured audiences will be passed to the TokenRequest as-is.
|
|
86861
|
+
*/
|
|
86862
|
+
interface ClusterSecretStoreSpecProviderOpenBaoAuthKubernetesServiceAccountRef {
|
|
86863
|
+
/**
|
|
86864
|
+
* Audience specifies the `aud` claim for the service account token
|
|
86865
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
86866
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
86867
|
+
*/
|
|
86868
|
+
audiences: string[];
|
|
86869
|
+
/**
|
|
86870
|
+
* The name of the ServiceAccount resource being referred to.
|
|
86871
|
+
*/
|
|
86872
|
+
name: string;
|
|
86873
|
+
/**
|
|
86874
|
+
* Namespace of the resource being referred to.
|
|
86875
|
+
* Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
86876
|
+
*/
|
|
86877
|
+
namespace: string;
|
|
86878
|
+
}
|
|
86879
|
+
/**
|
|
86880
|
+
* Optional service account field containing the name of a Kubernetes ServiceAccount.
|
|
86881
|
+
* If the service account is specified, a token will be requested from the Kubernetes
|
|
86882
|
+
* TokenRequest API for authenticating with OpenBao.
|
|
86883
|
+
* Any configured audiences will be passed to the TokenRequest as-is.
|
|
86884
|
+
*/
|
|
86885
|
+
interface ClusterSecretStoreSpecProviderOpenBaoAuthKubernetesServiceAccountRefPatch {
|
|
86886
|
+
/**
|
|
86887
|
+
* Audience specifies the `aud` claim for the service account token
|
|
86888
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
86889
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
86890
|
+
*/
|
|
86891
|
+
audiences: string[];
|
|
86892
|
+
/**
|
|
86893
|
+
* The name of the ServiceAccount resource being referred to.
|
|
86894
|
+
*/
|
|
86895
|
+
name: string;
|
|
86896
|
+
/**
|
|
86897
|
+
* Namespace of the resource being referred to.
|
|
86898
|
+
* Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
86899
|
+
*/
|
|
86900
|
+
namespace: string;
|
|
86901
|
+
}
|
|
86695
86902
|
/**
|
|
86696
86903
|
* Auth configures how secret-manager authenticates with the OpenBao server.
|
|
86697
86904
|
*/
|
|
86698
86905
|
interface ClusterSecretStoreSpecProviderOpenBaoAuthPatch {
|
|
86699
86906
|
appRole: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderOpenBaoAuthAppRolePatch;
|
|
86907
|
+
kubernetes: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderOpenBaoAuthKubernetesPatch;
|
|
86700
86908
|
/**
|
|
86701
86909
|
* Name of the [OpenBao Namespace] to authenticate to. This can be different
|
|
86702
86910
|
* than the namespace your secret is in. Namespaces is a set of features
|
|
@@ -87104,8 +87312,8 @@ export declare namespace external_secrets {
|
|
|
87104
87312
|
interface ClusterSecretStoreSpecProviderOracleServiceAccountRef {
|
|
87105
87313
|
/**
|
|
87106
87314
|
* Audience specifies the `aud` claim for the service account token
|
|
87107
|
-
*
|
|
87108
|
-
*
|
|
87315
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
87316
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
87109
87317
|
*/
|
|
87110
87318
|
audiences: string[];
|
|
87111
87319
|
/**
|
|
@@ -87125,8 +87333,8 @@ export declare namespace external_secrets {
|
|
|
87125
87333
|
interface ClusterSecretStoreSpecProviderOracleServiceAccountRefPatch {
|
|
87126
87334
|
/**
|
|
87127
87335
|
* Audience specifies the `aud` claim for the service account token
|
|
87128
|
-
*
|
|
87129
|
-
*
|
|
87336
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
87337
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
87130
87338
|
*/
|
|
87131
87339
|
audiences: string[];
|
|
87132
87340
|
/**
|
|
@@ -87956,8 +88164,8 @@ export declare namespace external_secrets {
|
|
|
87956
88164
|
interface ClusterSecretStoreSpecProviderPulumiAuthOidcConfigServiceAccountRef {
|
|
87957
88165
|
/**
|
|
87958
88166
|
* Audience specifies the `aud` claim for the service account token
|
|
87959
|
-
*
|
|
87960
|
-
*
|
|
88167
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
88168
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
87961
88169
|
*/
|
|
87962
88170
|
audiences: string[];
|
|
87963
88171
|
/**
|
|
@@ -87976,8 +88184,8 @@ export declare namespace external_secrets {
|
|
|
87976
88184
|
interface ClusterSecretStoreSpecProviderPulumiAuthOidcConfigServiceAccountRefPatch {
|
|
87977
88185
|
/**
|
|
87978
88186
|
* Audience specifies the `aud` claim for the service account token
|
|
87979
|
-
*
|
|
87980
|
-
*
|
|
88187
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
88188
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
87981
88189
|
*/
|
|
87982
88190
|
audiences: string[];
|
|
87983
88191
|
/**
|
|
@@ -88191,6 +88399,11 @@ export declare namespace external_secrets {
|
|
|
88191
88399
|
*/
|
|
88192
88400
|
caBundle: string;
|
|
88193
88401
|
caProvider: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderSecretserverCaProvider;
|
|
88402
|
+
/**
|
|
88403
|
+
* DisableSiteIDValidation permits a missing site ID for new secrets.
|
|
88404
|
+
* The provider sends 0 if no site ID is set.
|
|
88405
|
+
*/
|
|
88406
|
+
disableSiteIDValidation: boolean;
|
|
88194
88407
|
/**
|
|
88195
88408
|
* Domain is the secret server domain.
|
|
88196
88409
|
*/
|
|
@@ -88201,6 +88414,12 @@ export declare namespace external_secrets {
|
|
|
88201
88414
|
* URL to your secret server installation
|
|
88202
88415
|
*/
|
|
88203
88416
|
serverURL: string;
|
|
88417
|
+
/**
|
|
88418
|
+
* SiteID is the ID of the Secret Server site for new secrets.
|
|
88419
|
+
* PushSecret metadata can override this value for one secret.
|
|
88420
|
+
* The provider uses 1 if this field is not set.
|
|
88421
|
+
*/
|
|
88422
|
+
siteId: number;
|
|
88204
88423
|
token: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderSecretserverToken;
|
|
88205
88424
|
username: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderSecretserverUsername;
|
|
88206
88425
|
}
|
|
@@ -88320,6 +88539,11 @@ export declare namespace external_secrets {
|
|
|
88320
88539
|
*/
|
|
88321
88540
|
caBundle: string;
|
|
88322
88541
|
caProvider: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderSecretserverCaProviderPatch;
|
|
88542
|
+
/**
|
|
88543
|
+
* DisableSiteIDValidation permits a missing site ID for new secrets.
|
|
88544
|
+
* The provider sends 0 if no site ID is set.
|
|
88545
|
+
*/
|
|
88546
|
+
disableSiteIDValidation: boolean;
|
|
88323
88547
|
/**
|
|
88324
88548
|
* Domain is the secret server domain.
|
|
88325
88549
|
*/
|
|
@@ -88330,6 +88554,12 @@ export declare namespace external_secrets {
|
|
|
88330
88554
|
* URL to your secret server installation
|
|
88331
88555
|
*/
|
|
88332
88556
|
serverURL: string;
|
|
88557
|
+
/**
|
|
88558
|
+
* SiteID is the ID of the Secret Server site for new secrets.
|
|
88559
|
+
* PushSecret metadata can override this value for one secret.
|
|
88560
|
+
* The provider uses 1 if this field is not set.
|
|
88561
|
+
*/
|
|
88562
|
+
siteId: number;
|
|
88333
88563
|
token: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderSecretserverTokenPatch;
|
|
88334
88564
|
username: outputs.external_secrets.v1.ClusterSecretStoreSpecProviderSecretserverUsernamePatch;
|
|
88335
88565
|
}
|
|
@@ -88969,8 +89199,8 @@ export declare namespace external_secrets {
|
|
|
88969
89199
|
interface ClusterSecretStoreSpecProviderVaultAuthGcpServiceAccountRef {
|
|
88970
89200
|
/**
|
|
88971
89201
|
* Audience specifies the `aud` claim for the service account token
|
|
88972
|
-
*
|
|
88973
|
-
*
|
|
89202
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
89203
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
88974
89204
|
*/
|
|
88975
89205
|
audiences: string[];
|
|
88976
89206
|
/**
|
|
@@ -88989,8 +89219,8 @@ export declare namespace external_secrets {
|
|
|
88989
89219
|
interface ClusterSecretStoreSpecProviderVaultAuthGcpServiceAccountRefPatch {
|
|
88990
89220
|
/**
|
|
88991
89221
|
* Audience specifies the `aud` claim for the service account token
|
|
88992
|
-
*
|
|
88993
|
-
*
|
|
89222
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
89223
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
88994
89224
|
*/
|
|
88995
89225
|
audiences: string[];
|
|
88996
89226
|
/**
|
|
@@ -89051,8 +89281,8 @@ export declare namespace external_secrets {
|
|
|
89051
89281
|
interface ClusterSecretStoreSpecProviderVaultAuthGcpWorkloadIdentityServiceAccountRef {
|
|
89052
89282
|
/**
|
|
89053
89283
|
* Audience specifies the `aud` claim for the service account token
|
|
89054
|
-
*
|
|
89055
|
-
*
|
|
89284
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
89285
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
89056
89286
|
*/
|
|
89057
89287
|
audiences: string[];
|
|
89058
89288
|
/**
|
|
@@ -89071,8 +89301,8 @@ export declare namespace external_secrets {
|
|
|
89071
89301
|
interface ClusterSecretStoreSpecProviderVaultAuthGcpWorkloadIdentityServiceAccountRefPatch {
|
|
89072
89302
|
/**
|
|
89073
89303
|
* Audience specifies the `aud` claim for the service account token
|
|
89074
|
-
*
|
|
89075
|
-
*
|
|
89304
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
89305
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
89076
89306
|
*/
|
|
89077
89307
|
audiences: string[];
|
|
89078
89308
|
/**
|
|
@@ -89135,8 +89365,8 @@ export declare namespace external_secrets {
|
|
|
89135
89365
|
interface ClusterSecretStoreSpecProviderVaultAuthIamJwtServiceAccountRef {
|
|
89136
89366
|
/**
|
|
89137
89367
|
* Audience specifies the `aud` claim for the service account token
|
|
89138
|
-
*
|
|
89139
|
-
*
|
|
89368
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
89369
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
89140
89370
|
*/
|
|
89141
89371
|
audiences: string[];
|
|
89142
89372
|
/**
|
|
@@ -89155,8 +89385,8 @@ export declare namespace external_secrets {
|
|
|
89155
89385
|
interface ClusterSecretStoreSpecProviderVaultAuthIamJwtServiceAccountRefPatch {
|
|
89156
89386
|
/**
|
|
89157
89387
|
* Audience specifies the `aud` claim for the service account token
|
|
89158
|
-
*
|
|
89159
|
-
*
|
|
89388
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
89389
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
89160
89390
|
*/
|
|
89161
89391
|
audiences: string[];
|
|
89162
89392
|
/**
|
|
@@ -89407,8 +89637,8 @@ export declare namespace external_secrets {
|
|
|
89407
89637
|
interface ClusterSecretStoreSpecProviderVaultAuthJwtKubernetesServiceAccountTokenServiceAccountRef {
|
|
89408
89638
|
/**
|
|
89409
89639
|
* Audience specifies the `aud` claim for the service account token
|
|
89410
|
-
*
|
|
89411
|
-
*
|
|
89640
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
89641
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
89412
89642
|
*/
|
|
89413
89643
|
audiences: string[];
|
|
89414
89644
|
/**
|
|
@@ -89427,8 +89657,8 @@ export declare namespace external_secrets {
|
|
|
89427
89657
|
interface ClusterSecretStoreSpecProviderVaultAuthJwtKubernetesServiceAccountTokenServiceAccountRefPatch {
|
|
89428
89658
|
/**
|
|
89429
89659
|
* Audience specifies the `aud` claim for the service account token
|
|
89430
|
-
*
|
|
89431
|
-
*
|
|
89660
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
89661
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
89432
89662
|
*/
|
|
89433
89663
|
audiences: string[];
|
|
89434
89664
|
/**
|
|
@@ -89588,8 +89818,8 @@ export declare namespace external_secrets {
|
|
|
89588
89818
|
interface ClusterSecretStoreSpecProviderVaultAuthKubernetesServiceAccountRef {
|
|
89589
89819
|
/**
|
|
89590
89820
|
* Audience specifies the `aud` claim for the service account token
|
|
89591
|
-
*
|
|
89592
|
-
*
|
|
89821
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
89822
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
89593
89823
|
*/
|
|
89594
89824
|
audiences: string[];
|
|
89595
89825
|
/**
|
|
@@ -89611,8 +89841,8 @@ export declare namespace external_secrets {
|
|
|
89611
89841
|
interface ClusterSecretStoreSpecProviderVaultAuthKubernetesServiceAccountRefPatch {
|
|
89612
89842
|
/**
|
|
89613
89843
|
* Audience specifies the `aud` claim for the service account token
|
|
89614
|
-
*
|
|
89615
|
-
*
|
|
89844
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
89845
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
89616
89846
|
*/
|
|
89617
89847
|
audiences: string[];
|
|
89618
89848
|
/**
|
|
@@ -92393,8 +92623,8 @@ export declare namespace external_secrets {
|
|
|
92393
92623
|
interface SecretStoreSpecProviderAkeylessAuthSecretRefKubernetesAuthServiceAccountRef {
|
|
92394
92624
|
/**
|
|
92395
92625
|
* Audience specifies the `aud` claim for the service account token
|
|
92396
|
-
*
|
|
92397
|
-
*
|
|
92626
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
92627
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
92398
92628
|
*/
|
|
92399
92629
|
audiences: string[];
|
|
92400
92630
|
/**
|
|
@@ -92416,8 +92646,8 @@ export declare namespace external_secrets {
|
|
|
92416
92646
|
interface SecretStoreSpecProviderAkeylessAuthSecretRefKubernetesAuthServiceAccountRefPatch {
|
|
92417
92647
|
/**
|
|
92418
92648
|
* Audience specifies the `aud` claim for the service account token
|
|
92419
|
-
*
|
|
92420
|
-
*
|
|
92649
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
92650
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
92421
92651
|
*/
|
|
92422
92652
|
audiences: string[];
|
|
92423
92653
|
/**
|
|
@@ -92583,8 +92813,8 @@ export declare namespace external_secrets {
|
|
|
92583
92813
|
interface SecretStoreSpecProviderAkeylessAuthSecretRefServiceAccountRef {
|
|
92584
92814
|
/**
|
|
92585
92815
|
* Audience specifies the `aud` claim for the service account token
|
|
92586
|
-
*
|
|
92587
|
-
*
|
|
92816
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
92817
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
92588
92818
|
*/
|
|
92589
92819
|
audiences: string[];
|
|
92590
92820
|
/**
|
|
@@ -92606,8 +92836,8 @@ export declare namespace external_secrets {
|
|
|
92606
92836
|
interface SecretStoreSpecProviderAkeylessAuthSecretRefServiceAccountRefPatch {
|
|
92607
92837
|
/**
|
|
92608
92838
|
* Audience specifies the `aud` claim for the service account token
|
|
92609
|
-
*
|
|
92610
|
-
*
|
|
92839
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
92840
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
92611
92841
|
*/
|
|
92612
92842
|
audiences: string[];
|
|
92613
92843
|
/**
|
|
@@ -92767,8 +92997,8 @@ export declare namespace external_secrets {
|
|
|
92767
92997
|
interface SecretStoreSpecProviderAwsAuthJwtServiceAccountRef {
|
|
92768
92998
|
/**
|
|
92769
92999
|
* Audience specifies the `aud` claim for the service account token
|
|
92770
|
-
*
|
|
92771
|
-
*
|
|
93000
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
93001
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
92772
93002
|
*/
|
|
92773
93003
|
audiences: string[];
|
|
92774
93004
|
/**
|
|
@@ -92787,8 +93017,8 @@ export declare namespace external_secrets {
|
|
|
92787
93017
|
interface SecretStoreSpecProviderAwsAuthJwtServiceAccountRefPatch {
|
|
92788
93018
|
/**
|
|
92789
93019
|
* Audience specifies the `aud` claim for the service account token
|
|
92790
|
-
*
|
|
92791
|
-
*
|
|
93020
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
93021
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
92792
93022
|
*/
|
|
92793
93023
|
audiences: string[];
|
|
92794
93024
|
/**
|
|
@@ -93373,8 +93603,8 @@ export declare namespace external_secrets {
|
|
|
93373
93603
|
interface SecretStoreSpecProviderAzurekvServiceAccountRef {
|
|
93374
93604
|
/**
|
|
93375
93605
|
* Audience specifies the `aud` claim for the service account token
|
|
93376
|
-
*
|
|
93377
|
-
*
|
|
93606
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
93607
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
93378
93608
|
*/
|
|
93379
93609
|
audiences: string[];
|
|
93380
93610
|
/**
|
|
@@ -93394,8 +93624,8 @@ export declare namespace external_secrets {
|
|
|
93394
93624
|
interface SecretStoreSpecProviderAzurekvServiceAccountRefPatch {
|
|
93395
93625
|
/**
|
|
93396
93626
|
* Audience specifies the `aud` claim for the service account token
|
|
93397
|
-
*
|
|
93398
|
-
*
|
|
93627
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
93628
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
93399
93629
|
*/
|
|
93400
93630
|
audiences: string[];
|
|
93401
93631
|
/**
|
|
@@ -94826,8 +95056,8 @@ export declare namespace external_secrets {
|
|
|
94826
95056
|
interface SecretStoreSpecProviderConjurAuthJwtServiceAccountRef {
|
|
94827
95057
|
/**
|
|
94828
95058
|
* Audience specifies the `aud` claim for the service account token
|
|
94829
|
-
*
|
|
94830
|
-
*
|
|
95059
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
95060
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
94831
95061
|
*/
|
|
94832
95062
|
audiences: string[];
|
|
94833
95063
|
/**
|
|
@@ -94847,8 +95077,8 @@ export declare namespace external_secrets {
|
|
|
94847
95077
|
interface SecretStoreSpecProviderConjurAuthJwtServiceAccountRefPatch {
|
|
94848
95078
|
/**
|
|
94849
95079
|
* Audience specifies the `aud` claim for the service account token
|
|
94850
|
-
*
|
|
94851
|
-
*
|
|
95080
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
95081
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
94852
95082
|
*/
|
|
94853
95083
|
audiences: string[];
|
|
94854
95084
|
/**
|
|
@@ -95104,8 +95334,8 @@ export declare namespace external_secrets {
|
|
|
95104
95334
|
interface SecretStoreSpecProviderCrdAuthServiceAccount {
|
|
95105
95335
|
/**
|
|
95106
95336
|
* Audience specifies the `aud` claim for the service account token
|
|
95107
|
-
*
|
|
95108
|
-
*
|
|
95337
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
95338
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
95109
95339
|
*/
|
|
95110
95340
|
audiences: string[];
|
|
95111
95341
|
/**
|
|
@@ -95124,8 +95354,8 @@ export declare namespace external_secrets {
|
|
|
95124
95354
|
interface SecretStoreSpecProviderCrdAuthServiceAccountPatch {
|
|
95125
95355
|
/**
|
|
95126
95356
|
* Audience specifies the `aud` claim for the service account token
|
|
95127
|
-
*
|
|
95128
|
-
*
|
|
95357
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
95358
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
95129
95359
|
*/
|
|
95130
95360
|
audiences: string[];
|
|
95131
95361
|
/**
|
|
@@ -95611,8 +95841,8 @@ export declare namespace external_secrets {
|
|
|
95611
95841
|
interface SecretStoreSpecProviderDopplerAuthOidcConfigServiceAccountRef {
|
|
95612
95842
|
/**
|
|
95613
95843
|
* Audience specifies the `aud` claim for the service account token
|
|
95614
|
-
*
|
|
95615
|
-
*
|
|
95844
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
95845
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
95616
95846
|
*/
|
|
95617
95847
|
audiences: string[];
|
|
95618
95848
|
/**
|
|
@@ -95631,8 +95861,8 @@ export declare namespace external_secrets {
|
|
|
95631
95861
|
interface SecretStoreSpecProviderDopplerAuthOidcConfigServiceAccountRefPatch {
|
|
95632
95862
|
/**
|
|
95633
95863
|
* Audience specifies the `aud` claim for the service account token
|
|
95634
|
-
*
|
|
95635
|
-
*
|
|
95864
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
95865
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
95636
95866
|
*/
|
|
95637
95867
|
audiences: string[];
|
|
95638
95868
|
/**
|
|
@@ -96246,8 +96476,8 @@ export declare namespace external_secrets {
|
|
|
96246
96476
|
interface SecretStoreSpecProviderGcpsmAuthWorkloadIdentityFederationServiceAccountRef {
|
|
96247
96477
|
/**
|
|
96248
96478
|
* Audience specifies the `aud` claim for the service account token
|
|
96249
|
-
*
|
|
96250
|
-
*
|
|
96479
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
96480
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
96251
96481
|
*/
|
|
96252
96482
|
audiences: string[];
|
|
96253
96483
|
/**
|
|
@@ -96267,8 +96497,8 @@ export declare namespace external_secrets {
|
|
|
96267
96497
|
interface SecretStoreSpecProviderGcpsmAuthWorkloadIdentityFederationServiceAccountRefPatch {
|
|
96268
96498
|
/**
|
|
96269
96499
|
* Audience specifies the `aud` claim for the service account token
|
|
96270
|
-
*
|
|
96271
|
-
*
|
|
96500
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
96501
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
96272
96502
|
*/
|
|
96273
96503
|
audiences: string[];
|
|
96274
96504
|
/**
|
|
@@ -96308,8 +96538,8 @@ export declare namespace external_secrets {
|
|
|
96308
96538
|
interface SecretStoreSpecProviderGcpsmAuthWorkloadIdentityServiceAccountRef {
|
|
96309
96539
|
/**
|
|
96310
96540
|
* Audience specifies the `aud` claim for the service account token
|
|
96311
|
-
*
|
|
96312
|
-
*
|
|
96541
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
96542
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
96313
96543
|
*/
|
|
96314
96544
|
audiences: string[];
|
|
96315
96545
|
/**
|
|
@@ -96328,8 +96558,8 @@ export declare namespace external_secrets {
|
|
|
96328
96558
|
interface SecretStoreSpecProviderGcpsmAuthWorkloadIdentityServiceAccountRefPatch {
|
|
96329
96559
|
/**
|
|
96330
96560
|
* Audience specifies the `aud` claim for the service account token
|
|
96331
|
-
*
|
|
96332
|
-
*
|
|
96561
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
96562
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
96333
96563
|
*/
|
|
96334
96564
|
audiences: string[];
|
|
96335
96565
|
/**
|
|
@@ -96365,7 +96595,7 @@ export declare namespace external_secrets {
|
|
|
96365
96595
|
secretVersionSelectionPolicy: string;
|
|
96366
96596
|
}
|
|
96367
96597
|
/**
|
|
96368
|
-
* Github configures this store to push GitHub Actions secrets using the GitHub API provider.
|
|
96598
|
+
* Github configures this store to push GitHub Actions or Dependabot secrets using the GitHub API provider.
|
|
96369
96599
|
* Note: This provider only supports write operations (PushSecret) and cannot fetch secrets from GitHub
|
|
96370
96600
|
*/
|
|
96371
96601
|
interface SecretStoreSpecProviderGithub {
|
|
@@ -96397,6 +96627,11 @@ export declare namespace external_secrets {
|
|
|
96397
96627
|
* repository will be used to fetch secrets from the Github repository within an organization
|
|
96398
96628
|
*/
|
|
96399
96629
|
repository: string;
|
|
96630
|
+
/**
|
|
96631
|
+
* secretType specifies which GitHub secret service to use.
|
|
96632
|
+
* Defaults to Actions for backwards compatibility.
|
|
96633
|
+
*/
|
|
96634
|
+
secretType: string;
|
|
96400
96635
|
/**
|
|
96401
96636
|
* Upload URL for enterprise instances. Default to URL.
|
|
96402
96637
|
*/
|
|
@@ -96459,7 +96694,7 @@ export declare namespace external_secrets {
|
|
|
96459
96694
|
namespace: string;
|
|
96460
96695
|
}
|
|
96461
96696
|
/**
|
|
96462
|
-
* Github configures this store to push GitHub Actions secrets using the GitHub API provider.
|
|
96697
|
+
* Github configures this store to push GitHub Actions or Dependabot secrets using the GitHub API provider.
|
|
96463
96698
|
* Note: This provider only supports write operations (PushSecret) and cannot fetch secrets from GitHub
|
|
96464
96699
|
*/
|
|
96465
96700
|
interface SecretStoreSpecProviderGithubPatch {
|
|
@@ -96491,6 +96726,11 @@ export declare namespace external_secrets {
|
|
|
96491
96726
|
* repository will be used to fetch secrets from the Github repository within an organization
|
|
96492
96727
|
*/
|
|
96493
96728
|
repository: string;
|
|
96729
|
+
/**
|
|
96730
|
+
* secretType specifies which GitHub secret service to use.
|
|
96731
|
+
* Defaults to Actions for backwards compatibility.
|
|
96732
|
+
*/
|
|
96733
|
+
secretType: string;
|
|
96494
96734
|
/**
|
|
96495
96735
|
* Upload URL for enterprise instances. Default to URL.
|
|
96496
96736
|
*/
|
|
@@ -98250,8 +98490,8 @@ export declare namespace external_secrets {
|
|
|
98250
98490
|
interface SecretStoreSpecProviderKubernetesAuthServiceAccount {
|
|
98251
98491
|
/**
|
|
98252
98492
|
* Audience specifies the `aud` claim for the service account token
|
|
98253
|
-
*
|
|
98254
|
-
*
|
|
98493
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
98494
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
98255
98495
|
*/
|
|
98256
98496
|
audiences: string[];
|
|
98257
98497
|
/**
|
|
@@ -98270,8 +98510,8 @@ export declare namespace external_secrets {
|
|
|
98270
98510
|
interface SecretStoreSpecProviderKubernetesAuthServiceAccountPatch {
|
|
98271
98511
|
/**
|
|
98272
98512
|
* Audience specifies the `aud` claim for the service account token
|
|
98273
|
-
*
|
|
98274
|
-
*
|
|
98513
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
98514
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
98275
98515
|
*/
|
|
98276
98516
|
audiences: string[];
|
|
98277
98517
|
/**
|
|
@@ -98437,6 +98677,7 @@ export declare namespace external_secrets {
|
|
|
98437
98677
|
interface SecretStoreSpecProviderNebiusmysteryboxAuth {
|
|
98438
98678
|
serviceAccountCredsSecretRef: outputs.external_secrets.v1.SecretStoreSpecProviderNebiusmysteryboxAuthServiceAccountCredsSecretRef;
|
|
98439
98679
|
tokenSecretRef: outputs.external_secrets.v1.SecretStoreSpecProviderNebiusmysteryboxAuthTokenSecretRef;
|
|
98680
|
+
workloadIdentity: outputs.external_secrets.v1.SecretStoreSpecProviderNebiusmysteryboxAuthWorkloadIdentity;
|
|
98440
98681
|
}
|
|
98441
98682
|
/**
|
|
98442
98683
|
* Auth defines parameters to authenticate in MysteryBox
|
|
@@ -98444,6 +98685,7 @@ export declare namespace external_secrets {
|
|
|
98444
98685
|
interface SecretStoreSpecProviderNebiusmysteryboxAuthPatch {
|
|
98445
98686
|
serviceAccountCredsSecretRef: outputs.external_secrets.v1.SecretStoreSpecProviderNebiusmysteryboxAuthServiceAccountCredsSecretRefPatch;
|
|
98446
98687
|
tokenSecretRef: outputs.external_secrets.v1.SecretStoreSpecProviderNebiusmysteryboxAuthTokenSecretRefPatch;
|
|
98688
|
+
workloadIdentity: outputs.external_secrets.v1.SecretStoreSpecProviderNebiusmysteryboxAuthWorkloadIdentityPatch;
|
|
98447
98689
|
}
|
|
98448
98690
|
/**
|
|
98449
98691
|
* ServiceAccountCreds references a Kubernetes Secret key that contains a JSON
|
|
@@ -98545,6 +98787,72 @@ export declare namespace external_secrets {
|
|
|
98545
98787
|
*/
|
|
98546
98788
|
namespace: string;
|
|
98547
98789
|
}
|
|
98790
|
+
/**
|
|
98791
|
+
* WorkloadIdentity defines configuration for workload identity authentication to Nebius IAM.
|
|
98792
|
+
*/
|
|
98793
|
+
interface SecretStoreSpecProviderNebiusmysteryboxAuthWorkloadIdentity {
|
|
98794
|
+
/**
|
|
98795
|
+
* IAMServiceAccountID is the Nebius IAM service account identifier that the
|
|
98796
|
+
* federated Kubernetes service account should impersonate during token exchange.
|
|
98797
|
+
*/
|
|
98798
|
+
iamServiceAccountID: string;
|
|
98799
|
+
serviceAccountRef: outputs.external_secrets.v1.SecretStoreSpecProviderNebiusmysteryboxAuthWorkloadIdentityServiceAccountRef;
|
|
98800
|
+
}
|
|
98801
|
+
/**
|
|
98802
|
+
* WorkloadIdentity defines configuration for workload identity authentication to Nebius IAM.
|
|
98803
|
+
*/
|
|
98804
|
+
interface SecretStoreSpecProviderNebiusmysteryboxAuthWorkloadIdentityPatch {
|
|
98805
|
+
/**
|
|
98806
|
+
* IAMServiceAccountID is the Nebius IAM service account identifier that the
|
|
98807
|
+
* federated Kubernetes service account should impersonate during token exchange.
|
|
98808
|
+
*/
|
|
98809
|
+
iamServiceAccountID: string;
|
|
98810
|
+
serviceAccountRef: outputs.external_secrets.v1.SecretStoreSpecProviderNebiusmysteryboxAuthWorkloadIdentityServiceAccountRefPatch;
|
|
98811
|
+
}
|
|
98812
|
+
/**
|
|
98813
|
+
* ServiceAccountRef references a Kubernetes ServiceAccount used to request a
|
|
98814
|
+
* temporary JWT via the TokenRequest API. The JWT is then exchanged for a
|
|
98815
|
+
* Nebius IAM token using workload federation.
|
|
98816
|
+
*/
|
|
98817
|
+
interface SecretStoreSpecProviderNebiusmysteryboxAuthWorkloadIdentityServiceAccountRef {
|
|
98818
|
+
/**
|
|
98819
|
+
* Audience specifies the `aud` claim for the service account token
|
|
98820
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
98821
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
98822
|
+
*/
|
|
98823
|
+
audiences: string[];
|
|
98824
|
+
/**
|
|
98825
|
+
* The name of the ServiceAccount resource being referred to.
|
|
98826
|
+
*/
|
|
98827
|
+
name: string;
|
|
98828
|
+
/**
|
|
98829
|
+
* Namespace of the resource being referred to.
|
|
98830
|
+
* Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
98831
|
+
*/
|
|
98832
|
+
namespace: string;
|
|
98833
|
+
}
|
|
98834
|
+
/**
|
|
98835
|
+
* ServiceAccountRef references a Kubernetes ServiceAccount used to request a
|
|
98836
|
+
* temporary JWT via the TokenRequest API. The JWT is then exchanged for a
|
|
98837
|
+
* Nebius IAM token using workload federation.
|
|
98838
|
+
*/
|
|
98839
|
+
interface SecretStoreSpecProviderNebiusmysteryboxAuthWorkloadIdentityServiceAccountRefPatch {
|
|
98840
|
+
/**
|
|
98841
|
+
* Audience specifies the `aud` claim for the service account token
|
|
98842
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
98843
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
98844
|
+
*/
|
|
98845
|
+
audiences: string[];
|
|
98846
|
+
/**
|
|
98847
|
+
* The name of the ServiceAccount resource being referred to.
|
|
98848
|
+
*/
|
|
98849
|
+
name: string;
|
|
98850
|
+
/**
|
|
98851
|
+
* Namespace of the resource being referred to.
|
|
98852
|
+
* Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
98853
|
+
*/
|
|
98854
|
+
namespace: string;
|
|
98855
|
+
}
|
|
98548
98856
|
/**
|
|
98549
98857
|
* The provider for the CA bundle to use to validate NebiusMysterybox server certificate.
|
|
98550
98858
|
*/
|
|
@@ -99128,6 +99436,7 @@ export declare namespace external_secrets {
|
|
|
99128
99436
|
*/
|
|
99129
99437
|
interface SecretStoreSpecProviderOpenBaoAuth {
|
|
99130
99438
|
appRole: outputs.external_secrets.v1.SecretStoreSpecProviderOpenBaoAuthAppRole;
|
|
99439
|
+
kubernetes: outputs.external_secrets.v1.SecretStoreSpecProviderOpenBaoAuthKubernetes;
|
|
99131
99440
|
/**
|
|
99132
99441
|
* Name of the [OpenBao Namespace] to authenticate to. This can be different
|
|
99133
99442
|
* than the namespace your secret is in. Namespaces is a set of features
|
|
@@ -99269,11 +99578,140 @@ export declare namespace external_secrets {
|
|
|
99269
99578
|
*/
|
|
99270
99579
|
namespace: string;
|
|
99271
99580
|
}
|
|
99581
|
+
/**
|
|
99582
|
+
* Kubernetes authenticates with OpenBao by passing a ServiceAccount
|
|
99583
|
+
* token to the [Kubernetes auth mechanism].
|
|
99584
|
+
*
|
|
99585
|
+
* [Kubernetes auth mechanism]: https://openbao.org/docs/auth/kubernetes/
|
|
99586
|
+
*/
|
|
99587
|
+
interface SecretStoreSpecProviderOpenBaoAuthKubernetes {
|
|
99588
|
+
/**
|
|
99589
|
+
* Path where the Kubernetes authentication backend is mounted in OpenBao, e.g:
|
|
99590
|
+
* "kubernetes"
|
|
99591
|
+
*/
|
|
99592
|
+
path: string;
|
|
99593
|
+
/**
|
|
99594
|
+
* A required field containing the OpenBao Role to assume. A Role binds a
|
|
99595
|
+
* Kubernetes ServiceAccount with a set of OpenBao policies.
|
|
99596
|
+
*/
|
|
99597
|
+
role: string;
|
|
99598
|
+
secretRef: outputs.external_secrets.v1.SecretStoreSpecProviderOpenBaoAuthKubernetesSecretRef;
|
|
99599
|
+
serviceAccountRef: outputs.external_secrets.v1.SecretStoreSpecProviderOpenBaoAuthKubernetesServiceAccountRef;
|
|
99600
|
+
}
|
|
99601
|
+
/**
|
|
99602
|
+
* Kubernetes authenticates with OpenBao by passing a ServiceAccount
|
|
99603
|
+
* token to the [Kubernetes auth mechanism].
|
|
99604
|
+
*
|
|
99605
|
+
* [Kubernetes auth mechanism]: https://openbao.org/docs/auth/kubernetes/
|
|
99606
|
+
*/
|
|
99607
|
+
interface SecretStoreSpecProviderOpenBaoAuthKubernetesPatch {
|
|
99608
|
+
/**
|
|
99609
|
+
* Path where the Kubernetes authentication backend is mounted in OpenBao, e.g:
|
|
99610
|
+
* "kubernetes"
|
|
99611
|
+
*/
|
|
99612
|
+
path: string;
|
|
99613
|
+
/**
|
|
99614
|
+
* A required field containing the OpenBao Role to assume. A Role binds a
|
|
99615
|
+
* Kubernetes ServiceAccount with a set of OpenBao policies.
|
|
99616
|
+
*/
|
|
99617
|
+
role: string;
|
|
99618
|
+
secretRef: outputs.external_secrets.v1.SecretStoreSpecProviderOpenBaoAuthKubernetesSecretRefPatch;
|
|
99619
|
+
serviceAccountRef: outputs.external_secrets.v1.SecretStoreSpecProviderOpenBaoAuthKubernetesServiceAccountRefPatch;
|
|
99620
|
+
}
|
|
99621
|
+
/**
|
|
99622
|
+
* Optional secret field containing a Kubernetes ServiceAccount JWT used
|
|
99623
|
+
* for authenticating with OpenBao. If a name is specified without a key,
|
|
99624
|
+
* `token` is the default.
|
|
99625
|
+
*/
|
|
99626
|
+
interface SecretStoreSpecProviderOpenBaoAuthKubernetesSecretRef {
|
|
99627
|
+
/**
|
|
99628
|
+
* A key in the referenced Secret.
|
|
99629
|
+
* Some instances of this field may be defaulted, in others it may be required.
|
|
99630
|
+
*/
|
|
99631
|
+
key: string;
|
|
99632
|
+
/**
|
|
99633
|
+
* The name of the Secret resource being referred to.
|
|
99634
|
+
*/
|
|
99635
|
+
name: string;
|
|
99636
|
+
/**
|
|
99637
|
+
* The namespace of the Secret resource being referred to.
|
|
99638
|
+
* Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
99639
|
+
*/
|
|
99640
|
+
namespace: string;
|
|
99641
|
+
}
|
|
99642
|
+
/**
|
|
99643
|
+
* Optional secret field containing a Kubernetes ServiceAccount JWT used
|
|
99644
|
+
* for authenticating with OpenBao. If a name is specified without a key,
|
|
99645
|
+
* `token` is the default.
|
|
99646
|
+
*/
|
|
99647
|
+
interface SecretStoreSpecProviderOpenBaoAuthKubernetesSecretRefPatch {
|
|
99648
|
+
/**
|
|
99649
|
+
* A key in the referenced Secret.
|
|
99650
|
+
* Some instances of this field may be defaulted, in others it may be required.
|
|
99651
|
+
*/
|
|
99652
|
+
key: string;
|
|
99653
|
+
/**
|
|
99654
|
+
* The name of the Secret resource being referred to.
|
|
99655
|
+
*/
|
|
99656
|
+
name: string;
|
|
99657
|
+
/**
|
|
99658
|
+
* The namespace of the Secret resource being referred to.
|
|
99659
|
+
* Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
99660
|
+
*/
|
|
99661
|
+
namespace: string;
|
|
99662
|
+
}
|
|
99663
|
+
/**
|
|
99664
|
+
* Optional service account field containing the name of a Kubernetes ServiceAccount.
|
|
99665
|
+
* If the service account is specified, a token will be requested from the Kubernetes
|
|
99666
|
+
* TokenRequest API for authenticating with OpenBao.
|
|
99667
|
+
* Any configured audiences will be passed to the TokenRequest as-is.
|
|
99668
|
+
*/
|
|
99669
|
+
interface SecretStoreSpecProviderOpenBaoAuthKubernetesServiceAccountRef {
|
|
99670
|
+
/**
|
|
99671
|
+
* Audience specifies the `aud` claim for the service account token
|
|
99672
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
99673
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
99674
|
+
*/
|
|
99675
|
+
audiences: string[];
|
|
99676
|
+
/**
|
|
99677
|
+
* The name of the ServiceAccount resource being referred to.
|
|
99678
|
+
*/
|
|
99679
|
+
name: string;
|
|
99680
|
+
/**
|
|
99681
|
+
* Namespace of the resource being referred to.
|
|
99682
|
+
* Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
99683
|
+
*/
|
|
99684
|
+
namespace: string;
|
|
99685
|
+
}
|
|
99686
|
+
/**
|
|
99687
|
+
* Optional service account field containing the name of a Kubernetes ServiceAccount.
|
|
99688
|
+
* If the service account is specified, a token will be requested from the Kubernetes
|
|
99689
|
+
* TokenRequest API for authenticating with OpenBao.
|
|
99690
|
+
* Any configured audiences will be passed to the TokenRequest as-is.
|
|
99691
|
+
*/
|
|
99692
|
+
interface SecretStoreSpecProviderOpenBaoAuthKubernetesServiceAccountRefPatch {
|
|
99693
|
+
/**
|
|
99694
|
+
* Audience specifies the `aud` claim for the service account token
|
|
99695
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
99696
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
99697
|
+
*/
|
|
99698
|
+
audiences: string[];
|
|
99699
|
+
/**
|
|
99700
|
+
* The name of the ServiceAccount resource being referred to.
|
|
99701
|
+
*/
|
|
99702
|
+
name: string;
|
|
99703
|
+
/**
|
|
99704
|
+
* Namespace of the resource being referred to.
|
|
99705
|
+
* Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
99706
|
+
*/
|
|
99707
|
+
namespace: string;
|
|
99708
|
+
}
|
|
99272
99709
|
/**
|
|
99273
99710
|
* Auth configures how secret-manager authenticates with the OpenBao server.
|
|
99274
99711
|
*/
|
|
99275
99712
|
interface SecretStoreSpecProviderOpenBaoAuthPatch {
|
|
99276
99713
|
appRole: outputs.external_secrets.v1.SecretStoreSpecProviderOpenBaoAuthAppRolePatch;
|
|
99714
|
+
kubernetes: outputs.external_secrets.v1.SecretStoreSpecProviderOpenBaoAuthKubernetesPatch;
|
|
99277
99715
|
/**
|
|
99278
99716
|
* Name of the [OpenBao Namespace] to authenticate to. This can be different
|
|
99279
99717
|
* than the namespace your secret is in. Namespaces is a set of features
|
|
@@ -99681,8 +100119,8 @@ export declare namespace external_secrets {
|
|
|
99681
100119
|
interface SecretStoreSpecProviderOracleServiceAccountRef {
|
|
99682
100120
|
/**
|
|
99683
100121
|
* Audience specifies the `aud` claim for the service account token
|
|
99684
|
-
*
|
|
99685
|
-
*
|
|
100122
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
100123
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
99686
100124
|
*/
|
|
99687
100125
|
audiences: string[];
|
|
99688
100126
|
/**
|
|
@@ -99702,8 +100140,8 @@ export declare namespace external_secrets {
|
|
|
99702
100140
|
interface SecretStoreSpecProviderOracleServiceAccountRefPatch {
|
|
99703
100141
|
/**
|
|
99704
100142
|
* Audience specifies the `aud` claim for the service account token
|
|
99705
|
-
*
|
|
99706
|
-
*
|
|
100143
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
100144
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
99707
100145
|
*/
|
|
99708
100146
|
audiences: string[];
|
|
99709
100147
|
/**
|
|
@@ -100533,8 +100971,8 @@ export declare namespace external_secrets {
|
|
|
100533
100971
|
interface SecretStoreSpecProviderPulumiAuthOidcConfigServiceAccountRef {
|
|
100534
100972
|
/**
|
|
100535
100973
|
* Audience specifies the `aud` claim for the service account token
|
|
100536
|
-
*
|
|
100537
|
-
*
|
|
100974
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
100975
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
100538
100976
|
*/
|
|
100539
100977
|
audiences: string[];
|
|
100540
100978
|
/**
|
|
@@ -100553,8 +100991,8 @@ export declare namespace external_secrets {
|
|
|
100553
100991
|
interface SecretStoreSpecProviderPulumiAuthOidcConfigServiceAccountRefPatch {
|
|
100554
100992
|
/**
|
|
100555
100993
|
* Audience specifies the `aud` claim for the service account token
|
|
100556
|
-
*
|
|
100557
|
-
*
|
|
100994
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
100995
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
100558
100996
|
*/
|
|
100559
100997
|
audiences: string[];
|
|
100560
100998
|
/**
|
|
@@ -100768,6 +101206,11 @@ export declare namespace external_secrets {
|
|
|
100768
101206
|
*/
|
|
100769
101207
|
caBundle: string;
|
|
100770
101208
|
caProvider: outputs.external_secrets.v1.SecretStoreSpecProviderSecretserverCaProvider;
|
|
101209
|
+
/**
|
|
101210
|
+
* DisableSiteIDValidation permits a missing site ID for new secrets.
|
|
101211
|
+
* The provider sends 0 if no site ID is set.
|
|
101212
|
+
*/
|
|
101213
|
+
disableSiteIDValidation: boolean;
|
|
100771
101214
|
/**
|
|
100772
101215
|
* Domain is the secret server domain.
|
|
100773
101216
|
*/
|
|
@@ -100778,6 +101221,12 @@ export declare namespace external_secrets {
|
|
|
100778
101221
|
* URL to your secret server installation
|
|
100779
101222
|
*/
|
|
100780
101223
|
serverURL: string;
|
|
101224
|
+
/**
|
|
101225
|
+
* SiteID is the ID of the Secret Server site for new secrets.
|
|
101226
|
+
* PushSecret metadata can override this value for one secret.
|
|
101227
|
+
* The provider uses 1 if this field is not set.
|
|
101228
|
+
*/
|
|
101229
|
+
siteId: number;
|
|
100781
101230
|
token: outputs.external_secrets.v1.SecretStoreSpecProviderSecretserverToken;
|
|
100782
101231
|
username: outputs.external_secrets.v1.SecretStoreSpecProviderSecretserverUsername;
|
|
100783
101232
|
}
|
|
@@ -100897,6 +101346,11 @@ export declare namespace external_secrets {
|
|
|
100897
101346
|
*/
|
|
100898
101347
|
caBundle: string;
|
|
100899
101348
|
caProvider: outputs.external_secrets.v1.SecretStoreSpecProviderSecretserverCaProviderPatch;
|
|
101349
|
+
/**
|
|
101350
|
+
* DisableSiteIDValidation permits a missing site ID for new secrets.
|
|
101351
|
+
* The provider sends 0 if no site ID is set.
|
|
101352
|
+
*/
|
|
101353
|
+
disableSiteIDValidation: boolean;
|
|
100900
101354
|
/**
|
|
100901
101355
|
* Domain is the secret server domain.
|
|
100902
101356
|
*/
|
|
@@ -100907,6 +101361,12 @@ export declare namespace external_secrets {
|
|
|
100907
101361
|
* URL to your secret server installation
|
|
100908
101362
|
*/
|
|
100909
101363
|
serverURL: string;
|
|
101364
|
+
/**
|
|
101365
|
+
* SiteID is the ID of the Secret Server site for new secrets.
|
|
101366
|
+
* PushSecret metadata can override this value for one secret.
|
|
101367
|
+
* The provider uses 1 if this field is not set.
|
|
101368
|
+
*/
|
|
101369
|
+
siteId: number;
|
|
100910
101370
|
token: outputs.external_secrets.v1.SecretStoreSpecProviderSecretserverTokenPatch;
|
|
100911
101371
|
username: outputs.external_secrets.v1.SecretStoreSpecProviderSecretserverUsernamePatch;
|
|
100912
101372
|
}
|
|
@@ -101546,8 +102006,8 @@ export declare namespace external_secrets {
|
|
|
101546
102006
|
interface SecretStoreSpecProviderVaultAuthGcpServiceAccountRef {
|
|
101547
102007
|
/**
|
|
101548
102008
|
* Audience specifies the `aud` claim for the service account token
|
|
101549
|
-
*
|
|
101550
|
-
*
|
|
102009
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
102010
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
101551
102011
|
*/
|
|
101552
102012
|
audiences: string[];
|
|
101553
102013
|
/**
|
|
@@ -101566,8 +102026,8 @@ export declare namespace external_secrets {
|
|
|
101566
102026
|
interface SecretStoreSpecProviderVaultAuthGcpServiceAccountRefPatch {
|
|
101567
102027
|
/**
|
|
101568
102028
|
* Audience specifies the `aud` claim for the service account token
|
|
101569
|
-
*
|
|
101570
|
-
*
|
|
102029
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
102030
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
101571
102031
|
*/
|
|
101572
102032
|
audiences: string[];
|
|
101573
102033
|
/**
|
|
@@ -101628,8 +102088,8 @@ export declare namespace external_secrets {
|
|
|
101628
102088
|
interface SecretStoreSpecProviderVaultAuthGcpWorkloadIdentityServiceAccountRef {
|
|
101629
102089
|
/**
|
|
101630
102090
|
* Audience specifies the `aud` claim for the service account token
|
|
101631
|
-
*
|
|
101632
|
-
*
|
|
102091
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
102092
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
101633
102093
|
*/
|
|
101634
102094
|
audiences: string[];
|
|
101635
102095
|
/**
|
|
@@ -101648,8 +102108,8 @@ export declare namespace external_secrets {
|
|
|
101648
102108
|
interface SecretStoreSpecProviderVaultAuthGcpWorkloadIdentityServiceAccountRefPatch {
|
|
101649
102109
|
/**
|
|
101650
102110
|
* Audience specifies the `aud` claim for the service account token
|
|
101651
|
-
*
|
|
101652
|
-
*
|
|
102111
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
102112
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
101653
102113
|
*/
|
|
101654
102114
|
audiences: string[];
|
|
101655
102115
|
/**
|
|
@@ -101712,8 +102172,8 @@ export declare namespace external_secrets {
|
|
|
101712
102172
|
interface SecretStoreSpecProviderVaultAuthIamJwtServiceAccountRef {
|
|
101713
102173
|
/**
|
|
101714
102174
|
* Audience specifies the `aud` claim for the service account token
|
|
101715
|
-
*
|
|
101716
|
-
*
|
|
102175
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
102176
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
101717
102177
|
*/
|
|
101718
102178
|
audiences: string[];
|
|
101719
102179
|
/**
|
|
@@ -101732,8 +102192,8 @@ export declare namespace external_secrets {
|
|
|
101732
102192
|
interface SecretStoreSpecProviderVaultAuthIamJwtServiceAccountRefPatch {
|
|
101733
102193
|
/**
|
|
101734
102194
|
* Audience specifies the `aud` claim for the service account token
|
|
101735
|
-
*
|
|
101736
|
-
*
|
|
102195
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
102196
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
101737
102197
|
*/
|
|
101738
102198
|
audiences: string[];
|
|
101739
102199
|
/**
|
|
@@ -101984,8 +102444,8 @@ export declare namespace external_secrets {
|
|
|
101984
102444
|
interface SecretStoreSpecProviderVaultAuthJwtKubernetesServiceAccountTokenServiceAccountRef {
|
|
101985
102445
|
/**
|
|
101986
102446
|
* Audience specifies the `aud` claim for the service account token
|
|
101987
|
-
*
|
|
101988
|
-
*
|
|
102447
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
102448
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
101989
102449
|
*/
|
|
101990
102450
|
audiences: string[];
|
|
101991
102451
|
/**
|
|
@@ -102004,8 +102464,8 @@ export declare namespace external_secrets {
|
|
|
102004
102464
|
interface SecretStoreSpecProviderVaultAuthJwtKubernetesServiceAccountTokenServiceAccountRefPatch {
|
|
102005
102465
|
/**
|
|
102006
102466
|
* Audience specifies the `aud` claim for the service account token
|
|
102007
|
-
*
|
|
102008
|
-
*
|
|
102467
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
102468
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
102009
102469
|
*/
|
|
102010
102470
|
audiences: string[];
|
|
102011
102471
|
/**
|
|
@@ -102165,8 +102625,8 @@ export declare namespace external_secrets {
|
|
|
102165
102625
|
interface SecretStoreSpecProviderVaultAuthKubernetesServiceAccountRef {
|
|
102166
102626
|
/**
|
|
102167
102627
|
* Audience specifies the `aud` claim for the service account token
|
|
102168
|
-
*
|
|
102169
|
-
*
|
|
102628
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
102629
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
102170
102630
|
*/
|
|
102171
102631
|
audiences: string[];
|
|
102172
102632
|
/**
|
|
@@ -102188,8 +102648,8 @@ export declare namespace external_secrets {
|
|
|
102188
102648
|
interface SecretStoreSpecProviderVaultAuthKubernetesServiceAccountRefPatch {
|
|
102189
102649
|
/**
|
|
102190
102650
|
* Audience specifies the `aud` claim for the service account token
|
|
102191
|
-
*
|
|
102192
|
-
*
|
|
102651
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
102652
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
102193
102653
|
*/
|
|
102194
102654
|
audiences: string[];
|
|
102195
102655
|
/**
|
|
@@ -107029,8 +107489,8 @@ export declare namespace external_secrets {
|
|
|
107029
107489
|
interface ClusterSecretStoreSpecProviderAkeylessAuthSecretRefKubernetesAuthServiceAccountRef {
|
|
107030
107490
|
/**
|
|
107031
107491
|
* Audience specifies the `aud` claim for the service account token
|
|
107032
|
-
*
|
|
107033
|
-
*
|
|
107492
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
107493
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
107034
107494
|
*/
|
|
107035
107495
|
audiences: string[];
|
|
107036
107496
|
/**
|
|
@@ -107052,8 +107512,8 @@ export declare namespace external_secrets {
|
|
|
107052
107512
|
interface ClusterSecretStoreSpecProviderAkeylessAuthSecretRefKubernetesAuthServiceAccountRefPatch {
|
|
107053
107513
|
/**
|
|
107054
107514
|
* Audience specifies the `aud` claim for the service account token
|
|
107055
|
-
*
|
|
107056
|
-
*
|
|
107515
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
107516
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
107057
107517
|
*/
|
|
107058
107518
|
audiences: string[];
|
|
107059
107519
|
/**
|
|
@@ -107478,8 +107938,8 @@ export declare namespace external_secrets {
|
|
|
107478
107938
|
interface ClusterSecretStoreSpecProviderAwsAuthJwtServiceAccountRef {
|
|
107479
107939
|
/**
|
|
107480
107940
|
* Audience specifies the `aud` claim for the service account token
|
|
107481
|
-
*
|
|
107482
|
-
*
|
|
107941
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
107942
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
107483
107943
|
*/
|
|
107484
107944
|
audiences: string[];
|
|
107485
107945
|
/**
|
|
@@ -107498,8 +107958,8 @@ export declare namespace external_secrets {
|
|
|
107498
107958
|
interface ClusterSecretStoreSpecProviderAwsAuthJwtServiceAccountRefPatch {
|
|
107499
107959
|
/**
|
|
107500
107960
|
* Audience specifies the `aud` claim for the service account token
|
|
107501
|
-
*
|
|
107502
|
-
*
|
|
107961
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
107962
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
107503
107963
|
*/
|
|
107504
107964
|
audiences: string[];
|
|
107505
107965
|
/**
|
|
@@ -107995,8 +108455,8 @@ export declare namespace external_secrets {
|
|
|
107995
108455
|
interface ClusterSecretStoreSpecProviderAzurekvServiceAccountRef {
|
|
107996
108456
|
/**
|
|
107997
108457
|
* Audience specifies the `aud` claim for the service account token
|
|
107998
|
-
*
|
|
107999
|
-
*
|
|
108458
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
108459
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
108000
108460
|
*/
|
|
108001
108461
|
audiences: string[];
|
|
108002
108462
|
/**
|
|
@@ -108016,8 +108476,8 @@ export declare namespace external_secrets {
|
|
|
108016
108476
|
interface ClusterSecretStoreSpecProviderAzurekvServiceAccountRefPatch {
|
|
108017
108477
|
/**
|
|
108018
108478
|
* Audience specifies the `aud` claim for the service account token
|
|
108019
|
-
*
|
|
108020
|
-
*
|
|
108479
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
108480
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
108021
108481
|
*/
|
|
108022
108482
|
audiences: string[];
|
|
108023
108483
|
/**
|
|
@@ -108979,8 +109439,8 @@ export declare namespace external_secrets {
|
|
|
108979
109439
|
interface ClusterSecretStoreSpecProviderConjurAuthJwtServiceAccountRef {
|
|
108980
109440
|
/**
|
|
108981
109441
|
* Audience specifies the `aud` claim for the service account token
|
|
108982
|
-
*
|
|
108983
|
-
*
|
|
109442
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
109443
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
108984
109444
|
*/
|
|
108985
109445
|
audiences: string[];
|
|
108986
109446
|
/**
|
|
@@ -109000,8 +109460,8 @@ export declare namespace external_secrets {
|
|
|
109000
109460
|
interface ClusterSecretStoreSpecProviderConjurAuthJwtServiceAccountRefPatch {
|
|
109001
109461
|
/**
|
|
109002
109462
|
* Audience specifies the `aud` claim for the service account token
|
|
109003
|
-
*
|
|
109004
|
-
*
|
|
109463
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
109464
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
109005
109465
|
*/
|
|
109006
109466
|
audiences: string[];
|
|
109007
109467
|
/**
|
|
@@ -109660,8 +110120,8 @@ export declare namespace external_secrets {
|
|
|
109660
110120
|
interface ClusterSecretStoreSpecProviderGcpsmAuthWorkloadIdentityServiceAccountRef {
|
|
109661
110121
|
/**
|
|
109662
110122
|
* Audience specifies the `aud` claim for the service account token
|
|
109663
|
-
*
|
|
109664
|
-
*
|
|
110123
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
110124
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
109665
110125
|
*/
|
|
109666
110126
|
audiences: string[];
|
|
109667
110127
|
/**
|
|
@@ -109680,8 +110140,8 @@ export declare namespace external_secrets {
|
|
|
109680
110140
|
interface ClusterSecretStoreSpecProviderGcpsmAuthWorkloadIdentityServiceAccountRefPatch {
|
|
109681
110141
|
/**
|
|
109682
110142
|
* Audience specifies the `aud` claim for the service account token
|
|
109683
|
-
*
|
|
109684
|
-
*
|
|
110143
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
110144
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
109685
110145
|
*/
|
|
109686
110146
|
audiences: string[];
|
|
109687
110147
|
/**
|
|
@@ -110508,8 +110968,8 @@ export declare namespace external_secrets {
|
|
|
110508
110968
|
interface ClusterSecretStoreSpecProviderKubernetesAuthServiceAccount {
|
|
110509
110969
|
/**
|
|
110510
110970
|
* Audience specifies the `aud` claim for the service account token
|
|
110511
|
-
*
|
|
110512
|
-
*
|
|
110971
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
110972
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
110513
110973
|
*/
|
|
110514
110974
|
audiences: string[];
|
|
110515
110975
|
/**
|
|
@@ -110528,8 +110988,8 @@ export declare namespace external_secrets {
|
|
|
110528
110988
|
interface ClusterSecretStoreSpecProviderKubernetesAuthServiceAccountPatch {
|
|
110529
110989
|
/**
|
|
110530
110990
|
* Audience specifies the `aud` claim for the service account token
|
|
110531
|
-
*
|
|
110532
|
-
*
|
|
110991
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
110992
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
110533
110993
|
*/
|
|
110534
110994
|
audiences: string[];
|
|
110535
110995
|
/**
|
|
@@ -111089,8 +111549,8 @@ export declare namespace external_secrets {
|
|
|
111089
111549
|
interface ClusterSecretStoreSpecProviderOracleServiceAccountRef {
|
|
111090
111550
|
/**
|
|
111091
111551
|
* Audience specifies the `aud` claim for the service account token
|
|
111092
|
-
*
|
|
111093
|
-
*
|
|
111552
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
111553
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
111094
111554
|
*/
|
|
111095
111555
|
audiences: string[];
|
|
111096
111556
|
/**
|
|
@@ -111110,8 +111570,8 @@ export declare namespace external_secrets {
|
|
|
111110
111570
|
interface ClusterSecretStoreSpecProviderOracleServiceAccountRefPatch {
|
|
111111
111571
|
/**
|
|
111112
111572
|
* Audience specifies the `aud` claim for the service account token
|
|
111113
|
-
*
|
|
111114
|
-
*
|
|
111573
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
111574
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
111115
111575
|
*/
|
|
111116
111576
|
audiences: string[];
|
|
111117
111577
|
/**
|
|
@@ -112276,8 +112736,8 @@ export declare namespace external_secrets {
|
|
|
112276
112736
|
interface ClusterSecretStoreSpecProviderVaultAuthIamJwtServiceAccountRef {
|
|
112277
112737
|
/**
|
|
112278
112738
|
* Audience specifies the `aud` claim for the service account token
|
|
112279
|
-
*
|
|
112280
|
-
*
|
|
112739
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
112740
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
112281
112741
|
*/
|
|
112282
112742
|
audiences: string[];
|
|
112283
112743
|
/**
|
|
@@ -112296,8 +112756,8 @@ export declare namespace external_secrets {
|
|
|
112296
112756
|
interface ClusterSecretStoreSpecProviderVaultAuthIamJwtServiceAccountRefPatch {
|
|
112297
112757
|
/**
|
|
112298
112758
|
* Audience specifies the `aud` claim for the service account token
|
|
112299
|
-
*
|
|
112300
|
-
*
|
|
112759
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
112760
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
112301
112761
|
*/
|
|
112302
112762
|
audiences: string[];
|
|
112303
112763
|
/**
|
|
@@ -112548,8 +113008,8 @@ export declare namespace external_secrets {
|
|
|
112548
113008
|
interface ClusterSecretStoreSpecProviderVaultAuthJwtKubernetesServiceAccountTokenServiceAccountRef {
|
|
112549
113009
|
/**
|
|
112550
113010
|
* Audience specifies the `aud` claim for the service account token
|
|
112551
|
-
*
|
|
112552
|
-
*
|
|
113011
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
113012
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
112553
113013
|
*/
|
|
112554
113014
|
audiences: string[];
|
|
112555
113015
|
/**
|
|
@@ -112568,8 +113028,8 @@ export declare namespace external_secrets {
|
|
|
112568
113028
|
interface ClusterSecretStoreSpecProviderVaultAuthJwtKubernetesServiceAccountTokenServiceAccountRefPatch {
|
|
112569
113029
|
/**
|
|
112570
113030
|
* Audience specifies the `aud` claim for the service account token
|
|
112571
|
-
*
|
|
112572
|
-
*
|
|
113031
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
113032
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
112573
113033
|
*/
|
|
112574
113034
|
audiences: string[];
|
|
112575
113035
|
/**
|
|
@@ -112729,8 +113189,8 @@ export declare namespace external_secrets {
|
|
|
112729
113189
|
interface ClusterSecretStoreSpecProviderVaultAuthKubernetesServiceAccountRef {
|
|
112730
113190
|
/**
|
|
112731
113191
|
* Audience specifies the `aud` claim for the service account token
|
|
112732
|
-
*
|
|
112733
|
-
*
|
|
113192
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
113193
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
112734
113194
|
*/
|
|
112735
113195
|
audiences: string[];
|
|
112736
113196
|
/**
|
|
@@ -112752,8 +113212,8 @@ export declare namespace external_secrets {
|
|
|
112752
113212
|
interface ClusterSecretStoreSpecProviderVaultAuthKubernetesServiceAccountRefPatch {
|
|
112753
113213
|
/**
|
|
112754
113214
|
* Audience specifies the `aud` claim for the service account token
|
|
112755
|
-
*
|
|
112756
|
-
*
|
|
113215
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
113216
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
112757
113217
|
*/
|
|
112758
113218
|
audiences: string[];
|
|
112759
113219
|
/**
|
|
@@ -115035,8 +115495,8 @@ export declare namespace external_secrets {
|
|
|
115035
115495
|
interface SecretStoreSpecProviderAkeylessAuthSecretRefKubernetesAuthServiceAccountRef {
|
|
115036
115496
|
/**
|
|
115037
115497
|
* Audience specifies the `aud` claim for the service account token
|
|
115038
|
-
*
|
|
115039
|
-
*
|
|
115498
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
115499
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
115040
115500
|
*/
|
|
115041
115501
|
audiences: string[];
|
|
115042
115502
|
/**
|
|
@@ -115058,8 +115518,8 @@ export declare namespace external_secrets {
|
|
|
115058
115518
|
interface SecretStoreSpecProviderAkeylessAuthSecretRefKubernetesAuthServiceAccountRefPatch {
|
|
115059
115519
|
/**
|
|
115060
115520
|
* Audience specifies the `aud` claim for the service account token
|
|
115061
|
-
*
|
|
115062
|
-
*
|
|
115521
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
115522
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
115063
115523
|
*/
|
|
115064
115524
|
audiences: string[];
|
|
115065
115525
|
/**
|
|
@@ -115484,8 +115944,8 @@ export declare namespace external_secrets {
|
|
|
115484
115944
|
interface SecretStoreSpecProviderAwsAuthJwtServiceAccountRef {
|
|
115485
115945
|
/**
|
|
115486
115946
|
* Audience specifies the `aud` claim for the service account token
|
|
115487
|
-
*
|
|
115488
|
-
*
|
|
115947
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
115948
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
115489
115949
|
*/
|
|
115490
115950
|
audiences: string[];
|
|
115491
115951
|
/**
|
|
@@ -115504,8 +115964,8 @@ export declare namespace external_secrets {
|
|
|
115504
115964
|
interface SecretStoreSpecProviderAwsAuthJwtServiceAccountRefPatch {
|
|
115505
115965
|
/**
|
|
115506
115966
|
* Audience specifies the `aud` claim for the service account token
|
|
115507
|
-
*
|
|
115508
|
-
*
|
|
115967
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
115968
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
115509
115969
|
*/
|
|
115510
115970
|
audiences: string[];
|
|
115511
115971
|
/**
|
|
@@ -116001,8 +116461,8 @@ export declare namespace external_secrets {
|
|
|
116001
116461
|
interface SecretStoreSpecProviderAzurekvServiceAccountRef {
|
|
116002
116462
|
/**
|
|
116003
116463
|
* Audience specifies the `aud` claim for the service account token
|
|
116004
|
-
*
|
|
116005
|
-
*
|
|
116464
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
116465
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
116006
116466
|
*/
|
|
116007
116467
|
audiences: string[];
|
|
116008
116468
|
/**
|
|
@@ -116022,8 +116482,8 @@ export declare namespace external_secrets {
|
|
|
116022
116482
|
interface SecretStoreSpecProviderAzurekvServiceAccountRefPatch {
|
|
116023
116483
|
/**
|
|
116024
116484
|
* Audience specifies the `aud` claim for the service account token
|
|
116025
|
-
*
|
|
116026
|
-
*
|
|
116485
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
116486
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
116027
116487
|
*/
|
|
116028
116488
|
audiences: string[];
|
|
116029
116489
|
/**
|
|
@@ -116985,8 +117445,8 @@ export declare namespace external_secrets {
|
|
|
116985
117445
|
interface SecretStoreSpecProviderConjurAuthJwtServiceAccountRef {
|
|
116986
117446
|
/**
|
|
116987
117447
|
* Audience specifies the `aud` claim for the service account token
|
|
116988
|
-
*
|
|
116989
|
-
*
|
|
117448
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
117449
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
116990
117450
|
*/
|
|
116991
117451
|
audiences: string[];
|
|
116992
117452
|
/**
|
|
@@ -117006,8 +117466,8 @@ export declare namespace external_secrets {
|
|
|
117006
117466
|
interface SecretStoreSpecProviderConjurAuthJwtServiceAccountRefPatch {
|
|
117007
117467
|
/**
|
|
117008
117468
|
* Audience specifies the `aud` claim for the service account token
|
|
117009
|
-
*
|
|
117010
|
-
*
|
|
117469
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
117470
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
117011
117471
|
*/
|
|
117012
117472
|
audiences: string[];
|
|
117013
117473
|
/**
|
|
@@ -117666,8 +118126,8 @@ export declare namespace external_secrets {
|
|
|
117666
118126
|
interface SecretStoreSpecProviderGcpsmAuthWorkloadIdentityServiceAccountRef {
|
|
117667
118127
|
/**
|
|
117668
118128
|
* Audience specifies the `aud` claim for the service account token
|
|
117669
|
-
*
|
|
117670
|
-
*
|
|
118129
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
118130
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
117671
118131
|
*/
|
|
117672
118132
|
audiences: string[];
|
|
117673
118133
|
/**
|
|
@@ -117686,8 +118146,8 @@ export declare namespace external_secrets {
|
|
|
117686
118146
|
interface SecretStoreSpecProviderGcpsmAuthWorkloadIdentityServiceAccountRefPatch {
|
|
117687
118147
|
/**
|
|
117688
118148
|
* Audience specifies the `aud` claim for the service account token
|
|
117689
|
-
*
|
|
117690
|
-
*
|
|
118149
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
118150
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
117691
118151
|
*/
|
|
117692
118152
|
audiences: string[];
|
|
117693
118153
|
/**
|
|
@@ -118514,8 +118974,8 @@ export declare namespace external_secrets {
|
|
|
118514
118974
|
interface SecretStoreSpecProviderKubernetesAuthServiceAccount {
|
|
118515
118975
|
/**
|
|
118516
118976
|
* Audience specifies the `aud` claim for the service account token
|
|
118517
|
-
*
|
|
118518
|
-
*
|
|
118977
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
118978
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
118519
118979
|
*/
|
|
118520
118980
|
audiences: string[];
|
|
118521
118981
|
/**
|
|
@@ -118534,8 +118994,8 @@ export declare namespace external_secrets {
|
|
|
118534
118994
|
interface SecretStoreSpecProviderKubernetesAuthServiceAccountPatch {
|
|
118535
118995
|
/**
|
|
118536
118996
|
* Audience specifies the `aud` claim for the service account token
|
|
118537
|
-
*
|
|
118538
|
-
*
|
|
118997
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
118998
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
118539
118999
|
*/
|
|
118540
119000
|
audiences: string[];
|
|
118541
119001
|
/**
|
|
@@ -119095,8 +119555,8 @@ export declare namespace external_secrets {
|
|
|
119095
119555
|
interface SecretStoreSpecProviderOracleServiceAccountRef {
|
|
119096
119556
|
/**
|
|
119097
119557
|
* Audience specifies the `aud` claim for the service account token
|
|
119098
|
-
*
|
|
119099
|
-
*
|
|
119558
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
119559
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
119100
119560
|
*/
|
|
119101
119561
|
audiences: string[];
|
|
119102
119562
|
/**
|
|
@@ -119116,8 +119576,8 @@ export declare namespace external_secrets {
|
|
|
119116
119576
|
interface SecretStoreSpecProviderOracleServiceAccountRefPatch {
|
|
119117
119577
|
/**
|
|
119118
119578
|
* Audience specifies the `aud` claim for the service account token
|
|
119119
|
-
*
|
|
119120
|
-
*
|
|
119579
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
119580
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
119121
119581
|
*/
|
|
119122
119582
|
audiences: string[];
|
|
119123
119583
|
/**
|
|
@@ -120282,8 +120742,8 @@ export declare namespace external_secrets {
|
|
|
120282
120742
|
interface SecretStoreSpecProviderVaultAuthIamJwtServiceAccountRef {
|
|
120283
120743
|
/**
|
|
120284
120744
|
* Audience specifies the `aud` claim for the service account token
|
|
120285
|
-
*
|
|
120286
|
-
*
|
|
120745
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
120746
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
120287
120747
|
*/
|
|
120288
120748
|
audiences: string[];
|
|
120289
120749
|
/**
|
|
@@ -120302,8 +120762,8 @@ export declare namespace external_secrets {
|
|
|
120302
120762
|
interface SecretStoreSpecProviderVaultAuthIamJwtServiceAccountRefPatch {
|
|
120303
120763
|
/**
|
|
120304
120764
|
* Audience specifies the `aud` claim for the service account token
|
|
120305
|
-
*
|
|
120306
|
-
*
|
|
120765
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
120766
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
120307
120767
|
*/
|
|
120308
120768
|
audiences: string[];
|
|
120309
120769
|
/**
|
|
@@ -120554,8 +121014,8 @@ export declare namespace external_secrets {
|
|
|
120554
121014
|
interface SecretStoreSpecProviderVaultAuthJwtKubernetesServiceAccountTokenServiceAccountRef {
|
|
120555
121015
|
/**
|
|
120556
121016
|
* Audience specifies the `aud` claim for the service account token
|
|
120557
|
-
*
|
|
120558
|
-
*
|
|
121017
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
121018
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
120559
121019
|
*/
|
|
120560
121020
|
audiences: string[];
|
|
120561
121021
|
/**
|
|
@@ -120574,8 +121034,8 @@ export declare namespace external_secrets {
|
|
|
120574
121034
|
interface SecretStoreSpecProviderVaultAuthJwtKubernetesServiceAccountTokenServiceAccountRefPatch {
|
|
120575
121035
|
/**
|
|
120576
121036
|
* Audience specifies the `aud` claim for the service account token
|
|
120577
|
-
*
|
|
120578
|
-
*
|
|
121037
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
121038
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
120579
121039
|
*/
|
|
120580
121040
|
audiences: string[];
|
|
120581
121041
|
/**
|
|
@@ -120735,8 +121195,8 @@ export declare namespace external_secrets {
|
|
|
120735
121195
|
interface SecretStoreSpecProviderVaultAuthKubernetesServiceAccountRef {
|
|
120736
121196
|
/**
|
|
120737
121197
|
* Audience specifies the `aud` claim for the service account token
|
|
120738
|
-
*
|
|
120739
|
-
*
|
|
121198
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
121199
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
120740
121200
|
*/
|
|
120741
121201
|
audiences: string[];
|
|
120742
121202
|
/**
|
|
@@ -120758,8 +121218,8 @@ export declare namespace external_secrets {
|
|
|
120758
121218
|
interface SecretStoreSpecProviderVaultAuthKubernetesServiceAccountRefPatch {
|
|
120759
121219
|
/**
|
|
120760
121220
|
* Audience specifies the `aud` claim for the service account token
|
|
120761
|
-
*
|
|
120762
|
-
*
|
|
121221
|
+
* Some providers automatically extend the audience field based on well-known annotations for workload
|
|
121222
|
+
* identity (e.g. IRSA or GCP Workload Identity)
|
|
120763
121223
|
*/
|
|
120764
121224
|
audiences: string[];
|
|
120765
121225
|
/**
|
|
@@ -130579,7 +131039,7 @@ export declare namespace gateway {
|
|
|
130579
131039
|
* Accepted Condition for the Route to `status: False`, with a
|
|
130580
131040
|
* Reason of `UnsupportedValue`.
|
|
130581
131041
|
*
|
|
130582
|
-
* Support: Core
|
|
131042
|
+
* Support: statusCode 301 and 302 are Core; all others are Extended.
|
|
130583
131043
|
*/
|
|
130584
131044
|
statusCode: number;
|
|
130585
131045
|
}
|
|
@@ -130651,7 +131111,7 @@ export declare namespace gateway {
|
|
|
130651
131111
|
* Accepted Condition for the Route to `status: False`, with a
|
|
130652
131112
|
* Reason of `UnsupportedValue`.
|
|
130653
131113
|
*
|
|
130654
|
-
* Support: Core
|
|
131114
|
+
* Support: statusCode 301 and 302 are Core; all others are Extended.
|
|
130655
131115
|
*/
|
|
130656
131116
|
statusCode: number;
|
|
130657
131117
|
}
|
|
@@ -132251,7 +132711,7 @@ export declare namespace gateway {
|
|
|
132251
132711
|
* Accepted Condition for the Route to `status: False`, with a
|
|
132252
132712
|
* Reason of `UnsupportedValue`.
|
|
132253
132713
|
*
|
|
132254
|
-
* Support: Core
|
|
132714
|
+
* Support: statusCode 301 and 302 are Core; all others are Extended.
|
|
132255
132715
|
*/
|
|
132256
132716
|
statusCode: number;
|
|
132257
132717
|
}
|
|
@@ -132323,7 +132783,7 @@ export declare namespace gateway {
|
|
|
132323
132783
|
* Accepted Condition for the Route to `status: False`, with a
|
|
132324
132784
|
* Reason of `UnsupportedValue`.
|
|
132325
132785
|
*
|
|
132326
|
-
* Support: Core
|
|
132786
|
+
* Support: statusCode 301 and 302 are Core; all others are Extended.
|
|
132327
132787
|
*/
|
|
132328
132788
|
statusCode: number;
|
|
132329
132789
|
}
|
|
@@ -151170,6 +151630,7 @@ export declare namespace gateway {
|
|
|
151170
151630
|
}
|
|
151171
151631
|
/**
|
|
151172
151632
|
* TLS configuration when connecting to the Wasm code source.
|
|
151633
|
+
* If unset, system trust store is used for HTTPS url.
|
|
151173
151634
|
*/
|
|
151174
151635
|
interface EnvoyExtensionPolicySpecWasmCodeHttpTls {
|
|
151175
151636
|
caCertificateRef: outputs.gateway.v1alpha1.EnvoyExtensionPolicySpecWasmCodeHttpTlsCaCertificateRef;
|
|
@@ -151246,6 +151707,7 @@ export declare namespace gateway {
|
|
|
151246
151707
|
}
|
|
151247
151708
|
/**
|
|
151248
151709
|
* TLS configuration when connecting to the Wasm code source.
|
|
151710
|
+
* If unset, system trust store is used for HTTPS url.
|
|
151249
151711
|
*/
|
|
151250
151712
|
interface EnvoyExtensionPolicySpecWasmCodeHttpTlsPatch {
|
|
151251
151713
|
caCertificateRef: outputs.gateway.v1alpha1.EnvoyExtensionPolicySpecWasmCodeHttpTlsCaCertificateRefPatch;
|
|
@@ -151358,6 +151820,7 @@ export declare namespace gateway {
|
|
|
151358
151820
|
}
|
|
151359
151821
|
/**
|
|
151360
151822
|
* TLS configuration when connecting to the Wasm code source.
|
|
151823
|
+
* If unset, system trust store is used.
|
|
151361
151824
|
*/
|
|
151362
151825
|
interface EnvoyExtensionPolicySpecWasmCodeImageTls {
|
|
151363
151826
|
caCertificateRef: outputs.gateway.v1alpha1.EnvoyExtensionPolicySpecWasmCodeImageTlsCaCertificateRef;
|
|
@@ -151434,6 +151897,7 @@ export declare namespace gateway {
|
|
|
151434
151897
|
}
|
|
151435
151898
|
/**
|
|
151436
151899
|
* TLS configuration when connecting to the Wasm code source.
|
|
151900
|
+
* If unset, system trust store is used.
|
|
151437
151901
|
*/
|
|
151438
151902
|
interface EnvoyExtensionPolicySpecWasmCodeImageTlsPatch {
|
|
151439
151903
|
caCertificateRef: outputs.gateway.v1alpha1.EnvoyExtensionPolicySpecWasmCodeImageTlsCaCertificateRefPatch;
|
|
@@ -196046,7 +196510,7 @@ export declare namespace gateway {
|
|
|
196046
196510
|
* Accepted Condition for the Route to `status: False`, with a
|
|
196047
196511
|
* Reason of `UnsupportedValue`.
|
|
196048
196512
|
*
|
|
196049
|
-
* Support: Core
|
|
196513
|
+
* Support: statusCode 301 and 302 are Core; all others are Extended.
|
|
196050
196514
|
*/
|
|
196051
196515
|
statusCode: number;
|
|
196052
196516
|
}
|
|
@@ -196118,7 +196582,7 @@ export declare namespace gateway {
|
|
|
196118
196582
|
* Accepted Condition for the Route to `status: False`, with a
|
|
196119
196583
|
* Reason of `UnsupportedValue`.
|
|
196120
196584
|
*
|
|
196121
|
-
* Support: Core
|
|
196585
|
+
* Support: statusCode 301 and 302 are Core; all others are Extended.
|
|
196122
196586
|
*/
|
|
196123
196587
|
statusCode: number;
|
|
196124
196588
|
}
|
|
@@ -197718,7 +198182,7 @@ export declare namespace gateway {
|
|
|
197718
198182
|
* Accepted Condition for the Route to `status: False`, with a
|
|
197719
198183
|
* Reason of `UnsupportedValue`.
|
|
197720
198184
|
*
|
|
197721
|
-
* Support: Core
|
|
198185
|
+
* Support: statusCode 301 and 302 are Core; all others are Extended.
|
|
197722
198186
|
*/
|
|
197723
198187
|
statusCode: number;
|
|
197724
198188
|
}
|
|
@@ -197790,7 +198254,7 @@ export declare namespace gateway {
|
|
|
197790
198254
|
* Accepted Condition for the Route to `status: False`, with a
|
|
197791
198255
|
* Reason of `UnsupportedValue`.
|
|
197792
198256
|
*
|
|
197793
|
-
* Support: Core
|
|
198257
|
+
* Support: statusCode 301 and 302 are Core; all others are Extended.
|
|
197794
198258
|
*/
|
|
197795
198259
|
statusCode: number;
|
|
197796
198260
|
}
|