FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login

    Kickstart API Key as KeyManager?

    Scheduled Pinned Locked Moved
    Comments & Feedback
    0
    3
    419
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      cyrill.lippuner
      last edited by

      Hello,

      I can see on this page that a Key Manager only can be created with admin or kickstart.

      When I have a look at the kickstart docs, I cannot find how to do that. There are all other api key features explained, but not the keyManager setting.

      From the first page I can see in the return data of the api keys, which field must be set to do it, but this is only guessing and might be good to be clarified.

      1 Reply Last reply Reply Quote 0
      • danD
        dan
        last edited by

        Hiya,

        Thanks for letting us know. The way to have a keyManager API key in kickstart is to add the "keyManager":true attribute. I'll update the docs.

        For anyone else looking for this, here's a sample apiKeys kickstart section setting up a keyManager key:

          "apiKeys": [
            {
              "key": "bf69486b-4733-4470-a592-f1bfce7af580",
              "description": "Standard development API key",
              "keyManager": true
            }
          ],
        

        --
        FusionAuth - Auth for devs, built by devs.
        https://fusionauth.io

        1 Reply Last reply Reply Quote 0
        • danD
          dan
          last edited by

          The doc has been updated and the website will be updated when it has been reviewed: https://github.com/FusionAuth/fusionauth-site/pull/1016

          --
          FusionAuth - Auth for devs, built by devs.
          https://fusionauth.io

          1 Reply Last reply Reply Quote 0
          • First post
            Last post