Bug 1041840 - [RFE][python-keystoneclient]: --os-token is unweildy for use with PKI tokens
Summary: [RFE][python-keystoneclient]: --os-token is unweildy for use with PKI tokens
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/pyth...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 19:39 UTC by RHOS Integration
Modified: 2015-03-19 16:54 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 16:54:13 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 19:39:17 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/python-keystoneclient/+spec/specify-clientside-token-file.

Description:

Commonly used UUID tokens are of a reasonably length to be specified as CLI arguments. However, given the potential length of base64-encoded PKI tokens, this approach becomes unwieldy.

This blueprint would introduce two new options complement the existing OS_TOKEN environment variable and --os-token CLI argument:

    OS_TOKEN_FILE=/abs/path/to/token

    --os-token-file=/abs/path/to/token

If --os-token-file is provided along with OS_TOKEN_FILE, --os-token-file should take precedence.
If either --os-token or OS_TOKEN is provided along with either OS_TOKEN_FILE or  --os-token-file, an error should be raised.

Specification URL (additional information):

None


Note You need to log in before you can comment on or make changes to this bug.