<@U01DUNSE2AU> if you need to get multiple enroll ...
# fleet
z
@Noah Talerman if you need to get multiple enroll secrets for trying out the issue I pointed out you can
fleetctl apply -f secrets.yml
that looks like this:
Copy code
---
apiVersion: v1
kind: enroll_secret
spec:
  secrets:
  - active: true
    created_at: "2020-11-18T17:18:48Z"
    name: default
    secret: fTp52/twaxBU6gIi0J6PHp8o5Sm1k1kn
  - active: true
    created_at: "2020-11-18T17:18:48Z"
    name: foo
    secret: fTp52/twaxBU6gIi0J6PHp8o5Sm1k1kn
  - active: true
    created_at: "2020-11-18T17:18:48Z"
    name: bar
    secret: fTp52/twaxBU6gIi0J6PHp8o5Sm1k1kn
ty 1
n
Sweet. Thank you.