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

Commits on Dec 7, 2023

  1. move init

    hiroTochigi committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2755d4c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. make azure init.sh

    hiroTochigi committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    9426a42 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Implement Multiple Functions and Script Loading Mechanisms

      - 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
    hiroTochigi committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    920e3aa View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Refactor script to organize commands into 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
    hiroTochigi committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    6c7bd6b View commit details
    Browse the repository at this point in the history
  2. fix variable names

    hiroTochigi committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    359d059 View commit details
    Browse the repository at this point in the history