https://github.com/osquery/osquery logo
Title
z

zwass

12/03/2020, 7:53 PM
@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:
---
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

Noah Talerman

12/03/2020, 7:55 PM
Sweet. Thank you.