File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ In V2, we have introduced multiple authentication options.
310310You can now provide credentials in the following ways:
311311
312312- ** API Key (Recommended)**
313- - ** Passing credentials as ENV. (` SKYFLOW_CREDENTIALS ` ) (Recommended) **
313+ - ** Passing credentials as ENV.** (` SKYFLOW_CREDENTIALS ` ) (** Recommended** )
314314- ** Path to your credentials JSON file**
315315- ** Stringified JSON of your credentials**
316316- ** Bearer token**
@@ -387,8 +387,8 @@ credentials.setPath("<YOUR_CREDENTIALS_FILE_PATH_1>"); // Replace with the path
387387
388388// Configure the first vault (Blitz)
389389VaultConfig config = new VaultConfig ();
390- config. setVaultId(" <YOUR_VAULT_ID_1 >" ); // Replace with the ID of the first vault
391- config. setClusterId(" <YOUR_CLUSTER_ID_1 >" ); // Replace with the cluster ID of the first vault
390+ config. setVaultId(" <YOUR_VAULT >" ); // Replace with the ID of the first vault
391+ config. setClusterId(" <YOUR_CLUSTER >" ); // Replace with the cluster ID of the first vault
392392config. setEnv(Env . DEV ); // Set the environment (e.g., DEV, STAGE, PROD)
393393config. setCredentials(credentials); // Associate the credentials with the vault
394394
You can’t perform that action at this time.
0 commit comments