Mimic

1 개요[ | ]

Mimic
미믹
user01@localhost:~$ docker run -p8900:8900 -d --name mm amitgandhinz/mimic
950f760469264b5c0912eaad39abec7863a3e4737e2454f1a6f4eda417b70e33
user01@localhost:~$ docker ps 
CONTAINER ID   IMAGE                COMMAND             CREATED         STATUS         PORTS                    NAMES
950f76046926   amitgandhinz/mimic   "twistd -n mimic"   2 minutes ago   Up 2 minutes   0.0.0.0:8900->8900/tcp   mm
user01@localhost:~$ curl http://localhost:8900
To get started with Mimic, POST an authentication request to:

/identity/v2.0/tokens
user01@localhost:~$ curl -s -XPOST localhost:8900/identity/v2.0/tokens  -d '{"auth":{"RAX-KSKEY:apiKeyCredentials":{"username":"mimic","apiKey":"12345"}}}' | jq
{
  "access": {
    "token": {
      "RAX-AUTH:authenticatedBy": [
        "PASSWORD"
      ],
      "expires": "2021-04-07T06:59:15.999-05:00",
      "id": "token_4017152c-2ce3-443a-8935-9b7c33403ba2",
      "tenant": {
        "id": "565507208708096",
...
        {
          "id": "3",
          "name": "identity:user-admin",
          "description": "User Admin Role."
        }
      ],
      "name": "mimic"
    }
  }
}

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}