Skip to content
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

first scripting azure experiments (fixes #42) #41

Merged
merged 5 commits into from
Jan 6, 2024
Merged

first scripting azure experiments (fixes #42) #41

merged 5 commits into from
Jan 6, 2024

Conversation

hiroTochigi
Copy link
Member

No description provided.

  - Credential Management Commands:
    - Setup Credential:
      - Create .luftballon directory in the home directory
      - Store credentials in key=value format
      - Prompt user for input of username, password, and tenant name
    - Show Credential: Display stored credentials
    - Update Credential: Modify existing credentials
    - Retrieve Credential Value: Fetch a specific credential value by its key
  - Script Loading:
    - Top-Level and Credential Directory Script Sourcing:
      - driver.sh triggers the execution of credentialDriver.sh and login.sh
        - credentialDriver.sh manages credential setup, display, and update operations
        - login.sh facilitates Azure login as a service principal using credentials managed by credential functions
- Created a new function: 'auth'
- 'auth' is dedicated to the 'login' command
- Modified 'rootUsage' to direct to these new functions based on user input
- Updated help message to reflect the new command structure
@dogi dogi changed the title manage Azure credential and login by the credentials first scripting azure experiments (fixes #42) Jan 6, 2024
@dogi dogi merged commit 125f9d8 into main Jan 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants