To configure access to your project using CLI in Deckhouse Stronghold, follow these steps:

  1. Install the d8 utility.
  2. Set your Stronghold server address:

    export STRONGHOLD_ADDR=https://stronghold.domain.my
    
  3. Log in to Stronghold using the following command:

    d8 stronghold login -path=oidc_deckhouse -method=oidc -no-print
    
  4. After that, use the following command format for managing objects in your project:

    d8 stronghold <command>