| 12345678910111213141516171819202122232425262728293031323334 |
- apiVersion: external-secrets.io/v1alpha1
- kind: PushSecret
- metadata:
- name: pushsecret-beyondtrust
- spec:
- refreshInterval: 1h0m0s
- secretStoreRefs:
- - name: beyondtrust-store
- kind: ClusterSecretStore
- selector:
- secret:
- name: app-credentials
- data:
- - match:
- secretKey: "password"
- remoteRef:
- remoteKey: "" # not used in Beyondtrust PushSecret
- property: "" # not used in Beyondtrust PushSecret
- metadata:
- secret_type: CREDENTIAL # (FILE/CREDENTIAL/TEXT)
- title: Secret Title 505
- username: fhernandez
- description: Secret Title Description
- file_name: credentials.txt # only for FILE secret_type
- notes: "Example Notes"
- folder_name: folder1
- owner_id: 1
- group_id: 1
- owner_type: User
- notes: "This is a sample note for the secret"
- urls: # List of URLs associated with the secret (optional)
- - url: https://myapp.example.com/login
- id: "454"
- credential_id: "25"
|