Subsequent requests for that image will send a request, *including a token*, to the specified URL. The URL can contain any IP address.
The URL can be anything. It could for example be a 'bad' swift server, controlled by the image creator, which allows anonymous access to the object in question while logging the incoming tokens.
In this way one user can access valid tokens of all users which access the image in question. Other users may access that image if it is a public image, or if it has been shared with them.
When the glance server is running with a multi-tenant swift store, it is possible to use a command such as the following to create an image:
$ glance --os-image- api-version 1 image-create --location swift+http:// 192.168. 1.103:8080/ v1/AUTH_ 1a93b08616534cf a88af4ecaf5dbb3 5d/glance_ a785957a- 1340-498c- 9427-3a549fc068 42/a785957a- 1340-498c- 9427-3a549fc068 42 --disk-format raw --container-format bare --name img2 ------- ------+ ------- ------- ------- ------- ------- ---+ ------- ------+ ------- ------- ------- ------- ------- ---+ 10T11:37: 02.000000 | 3b2b-4dca- 88f1-c89615dbdb f8 | a88af4ecaf5dbb3 5d | 10T11:37: 02.000000 | ------- ------+ ------- ------- ------- ------- ------- ---+
+-----
| Property | Value |
+-----
| checksum | None |
| container_format | bare |
| created_at | 2016-03-
| deleted | False |
| deleted_at | None |
| disk_format | raw |
| id | 3fae88b9-
| is_public | False |
| min_disk | 0 |
| min_ram | 0 |
| name | img2 |
| owner | 1a93b08616534cf
| protected | False |
| size | 37 |
| status | active |
| updated_at | 2016-03-
| virtual_size | None |
+-----
Subsequent requests for that image will send a request, *including a token*, to the specified URL. The URL can contain any IP address.
The URL can be anything. It could for example be a 'bad' swift server, controlled by the image creator, which allows anonymous access to the object in question while logging the incoming tokens.
In this way one user can access valid tokens of all users which access the image in question. Other users may access that image if it is a public image, or if it has been shared with them.