@@ -353,96 +353,6 @@ spec:
353353 - akeylessGWApiURL
354354 - authSecretRef
355355 type: object
356- alibaba:
357- description: Alibaba configures this store to sync secrets using Alibaba Cloud provider
358- properties:
359- auth:
360- description: AlibabaAuth contains a secretRef for credentials.
361- properties:
362- rrsa:
363- description: AlibabaRRSAAuth authenticates against Alibaba using RRSA.
364- properties:
365- oidcProviderArn:
366- type: string
367- oidcTokenFilePath:
368- type: string
369- roleArn:
370- type: string
371- sessionName:
372- type: string
373- required:
374- - oidcProviderArn
375- - oidcTokenFilePath
376- - roleArn
377- - sessionName
378- type: object
379- secretRef:
380- description: AlibabaAuthSecretRef holds secret references for Alibaba credentials.
381- properties:
382- accessKeyIDSecretRef:
383- description: The AccessKeyID is used for authentication
384- properties:
385- key:
386- description: |-
387- A key in the referenced Secret.
388- Some instances of this field may be defaulted, in others it may be required.
389- maxLength: 253
390- minLength: 1
391- pattern: ^[-._a-zA-Z0-9]+$
392- type: string
393- name:
394- description: The name of the Secret resource being referred to.
395- maxLength: 253
396- minLength: 1
397- pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
398- type: string
399- namespace:
400- description: |-
401- The namespace of the Secret resource being referred to.
402- Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
403- maxLength: 63
404- minLength: 1
405- pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
406- type: string
407- type: object
408- accessKeySecretSecretRef:
409- description: The AccessKeySecret is used for authentication
410- properties:
411- key:
412- description: |-
413- A key in the referenced Secret.
414- Some instances of this field may be defaulted, in others it may be required.
415- maxLength: 253
416- minLength: 1
417- pattern: ^[-._a-zA-Z0-9]+$
418- type: string
419- name:
420- description: The name of the Secret resource being referred to.
421- maxLength: 253
422- minLength: 1
423- pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
424- type: string
425- namespace:
426- description: |-
427- The namespace of the Secret resource being referred to.
428- Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
429- maxLength: 63
430- minLength: 1
431- pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
432- type: string
433- type: object
434- required:
435- - accessKeyIDSecretRef
436- - accessKeySecretSecretRef
437- type: object
438- type: object
439- regionID:
440- description: Alibaba Region to be used for the provider
441- type: string
442- required:
443- - auth
444- - regionID
445- type: object
446356 aws:
447357 description: AWS configures this store to sync secrets using AWS Secret Manager provider
448358 properties:
@@ -1654,52 +1564,6 @@ spec:
16541564 - clientSecret
16551565 - tenant
16561566 type: object
1657- device42:
1658- description: Device42 configures this store to sync secrets using the Device42 provider
1659- properties:
1660- auth:
1661- description: Auth configures how secret-manager authenticates with a Device42 instance.
1662- properties:
1663- secretRef:
1664- description: Device42SecretRef contains the secret reference for accessing the Device42 instance.
1665- properties:
1666- credentials:
1667- description: Username / Password is used for authentication.
1668- properties:
1669- key:
1670- description: |-
1671- A key in the referenced Secret.
1672- Some instances of this field may be defaulted, in others it may be required.
1673- maxLength: 253
1674- minLength: 1
1675- pattern: ^[-._a-zA-Z0-9]+$
1676- type: string
1677- name:
1678- description: The name of the Secret resource being referred to.
1679- maxLength: 253
1680- minLength: 1
1681- pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
1682- type: string
1683- namespace:
1684- description: |-
1685- The namespace of the Secret resource being referred to.
1686- Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
1687- maxLength: 63
1688- minLength: 1
1689- pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
1690- type: string
1691- type: object
1692- type: object
1693- required:
1694- - secretRef
1695- type: object
1696- host:
1697- description: URL configures the Device42 instance URL.
1698- type: string
1699- required:
1700- - auth
1701- - host
1702- type: object
17031567 doppler:
17041568 description: Doppler configures this store to sync secrets using the Doppler provider
17051569 properties:
0 commit comments