Feature #3913

Add multiple remotes and switch between them

Added by Stavros Sachtouris almost 11 years ago. Updated over 10 years ago.

Status:Closed Start date:06/03/2013
Priority:High Due date:06/04/2013
Assignee:Stavros Sachtouris % Done:

100%

Category:kamaki Spent time: 5.00 hours
Target version:v0.9 Estimated time:1.00 hour

Description

kamaki --cloud=<remote name>

In kamaki config file:

[remotes]
 example = https://www.example.org/astakos/identity/v2.0/
 old_version = https://www.example.org/astakos/identity/v1.0/
 ...

Related issues

related to ./kamaki - Feature #3874: Ask astakos for service endpoints Closed 05/29/2013 05/31/2013
related to ./kamaki - Feature #3934: Design and support a new config file structure and addres... Closed 06/04/2013 06/06/2013

Associated revisions

Revision cb4a5d9c
Added by Stavros Sachtouris almost 11 years ago

Implement --cloud arg to switch between clouds

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>

Revision a4170d41
Added by Stavros Sachtouris almost 11 years ago

Implement --cloud arg to switch between clouds

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>

Conflicts:

Changelog

History

#1 Updated by Stavros Sachtouris almost 11 years ago

  • % Done changed from 0 to 90

#2 Updated by Stavros Sachtouris almost 11 years ago

  • Due date changed from 06/03/2013 to 06/04/2013
  • Status changed from New to Resolved
  • % Done changed from 90 to 100

Use the term "cloud" instead of remote

New config format:

[global]
default_remote = default
... other kamaki-related settings ...

[cloud "default"]
url = ...
token = ...

#3 Updated by Stavros Sachtouris over 10 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF