I am hoping to follow best practices of our public facing API Key that we use for Vector Tile Basemaps. I would like to limit the exposure of the key as much as possible and presumably a simple way of doing that is through key rotation as outlined in the document above. I would ideally like to automate this process by working it into our Jenkins build process by simply creating a new key every time we push to production.
As far as I can tell, the only way to create a new API Key is to do it manually through the Developer Dashboard. Is that correct? Is there any other way that I can automate this process?
Thanks,