-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal of shared credentials across gridscale tools. #183
Comments
Hey thanks for opening this! All looks good here. I would name the file |
@bkircher that sounds great. |
OK cool. You think we should wait a couple more days to give other's a chance to answer? ...before we start implementing that? I could do the changes in gscloud and the Python library. |
@bkircher sure, I've already opened issues in those repos. Just wait! |
I'm with changing the |
OK, to sum up, path will be
|
If you rename |
Regarding to #124. I, @bkircher, and the customers really want to have shared-credential feature in all gridscale tools (which are built on top of gridscale public API). The concept is to define a single config file in a common directory, e.g., `$HOME/.config/gridscale/", which will be used by any gridscale tools. This shared config file can also be created by any gs tools (incl. libraries). I would like to propose a schema of this config file as below:
$XDG_CONFIG_HOME/gridscale/config.yml
or$HOME/.config/gridscale/config.yml
$HOME/Library/Application Support/gridscale/config.yml
%APPDATA%\gridscale\config.yml
orC:\Users\%USER%\AppData\Roaming\gridscale\config.yml
Please feel free to comment.
The text was updated successfully, but these errors were encountered: