TritonDataCenter / minecrab

Minecraft on Joyent's Cloud & Manta on Demand
Other
27 stars 12 forks source link

MANTA_KEY_ID should be passed from client each time. #12

Open nfitch opened 10 years ago

nfitch commented 10 years ago

When the minecraft server is bootstrapped, we stick the MANTA_KEY_ID in the server. Since keys can be rotated (or if another admin is allowed on the server), we need the server to auto-update the MANTA_KEY_ID for the one who is logged in.

There may be another way...