- 25 Oct, 2013 1 commit
-
-
Stavros Sachtouris authored
Returns the synnefo-astakosclient object
-
- 15 Oct, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4337, #4312
-
- 14 Oct, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #4337 New methods: uuids2usernames, usernames2uuids Keep post_user_catalogs for bw comp.
-
- 10 Oct, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs:#4312
-
- 09 Sep, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: Bug #4276 New format: /image register Name container:path/to/image Old format: /image register Name pithos://user-uuid/container/path/to/image Now, the old format is also recognized. It is planed to be depricated in a future version, though Also, uniformize guides and doc responses for image register
-
- 21 Aug, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4228
-
- 02 Aug, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4203
-
- 27 Jun, 2013 2 commits
-
-
Stavros Sachtouris authored
Refs: #3660
-
Stavros Sachtouris authored
Refs: #3632
-
- 26 Jun, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 03 Jun, 2013 6 commits
-
-
Stavros Sachtouris authored
Also, fix typos and default values for service configurations
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #3874 In current configuration, kamaki checks for auth_url. If that fails, it raises an error. If it is not set, it prints a warning and attempts to read the <service>.url option from the configuration file. Service urls: astakos.url, pithos.url, cyclades.url, plankton.url
-
Stavros Sachtouris authored
Refs: #3913 Config file can (optionaly) contain: [remotes] example = https://www.example.org/astakos/identity/v2.0/ old_version = https://www.example.org/astakos/identity/v1.0/ ... Now, user can explicitely request for a remote cloud authentication URI: kamaki --cloud=<remote>
-
- 31 May, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #3874 Use kamaki.clients.astakos.AstakosClient as a cached astakos client to get user information and, most importantly, endpoints. Allow users to authenticate multiple tokens on the same session. In every session there must be at most one authentication per user/token. Major change: top kamaki.cli.commands class now contains a base_auth field with the cached authenticating client. All urls are drained from this field.
-
- 30 May, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #3874 Kamaki.clients.astakos.AstakosClient is now a high-level client lib that offers access to token-authenticated astakos-aquired cached information. Users who need an astakos client should use the snf-astakosclient instead. Usage: astakos_cache = AstakosClient(<astakos/base/url/with/identity/api>) astakos_cache.authenticate(<token>) user_info = astakos_cache.user_info() compute_endpoints = astakos_cache.get_service_endpoints('compute', 'v2') Major changes: Modify ReST call from /im/authenticate to /tokens New methods as AstakosClient instance cache accessors: get_services get_service_details get_service_endpoints Method renaiming for existing AstakosClient instance cache accessors: info --> user_info user --> list_users
-
- 27 May, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 15 Apr, 2013 1 commit
-
-
Stavros Sachtouris authored
In some cases, the term 'GRNET development team' was replaced with 'Synnefo' or 'Synnefo development team'
-
- 13 Mar, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 12 Mar, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 07 Feb, 2013 5 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
list method returns a list of all cached user informations, one for each token
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 11 Dec, 2012 4 commits
-
-
Stavros Sachtouris authored
Most astakos services need admin auth to test
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Two modes: astakos service and astakos admin They both have a userinfo command
-
Stavros Sachtouris authored
-
- 30 Nov, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 06 Nov, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 02 Nov, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 26 Oct, 2012 1 commit
-
-
Stavros Sachtouris authored
astakos imports an anused (and soon deprecated) module
-
- 12 Sep, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 29 Aug, 2012 1 commit
-
-
Stavros Sachtouris authored
Seperate Client to Client and HTTPConnection The later is put in a separate package kamaki.client.connection It manages headers, params, method, url and data of a connection but the actuall http connection is not implemented at this abstract level There is an HTTPRequest class extention of HTTPConnection in the same package. It implements connection using requests package so basicaly it replicates the connection procedure that was used in kamaki so far. Minor modifications were nessacary at every client lib package Setup is now aware of gevent and commands package
-
- 10 Jul, 2012 1 commit
-
-
Giorgos Verigakis authored
-