Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed Oct 26, 2024
1 parent 00a7024 commit 3a39bae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/admin/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ butlerDataCollections

**config** (required)
A path (HTTP or File Path) to the Obscore configuration.

Example: ``"https://raw.githubusercontent.com/lsst-dm/dax_obscore/refs/heads/main/configs/dp02.yaml"``

**label** (required)
The label for the Butler repository.

Example: ``"dp02"``

**name** (required)
Expand All @@ -29,22 +29,22 @@ butlerDataCollections

**butler_type** (required)
The type of Butler repository.

Example: ``"REMOTE"`` | ``"DIRECT"``

**repository** (required)
A path (HTTP or File Path) to the Butler repository.

Example: ``"https://data-dev.lsst.cloud/api/butler/configs/dp02.yaml"``

**datalink_url** (optional)
An HTTP path to overwrite the Datalink endpoint in the obscore repository with.

Example: ``"https://data-dev.lsst.cloud/api/datalink/links?ID=butler%3A//dp02/{id}"``.

**default_instrument** (required)
The default instrument for this repository.

Example: ``"LSSTCam-imSim"``. Note that this will be deprecated in future releases.


Expand Down Expand Up @@ -75,7 +75,7 @@ Vault secrets
The SIA applications by default does not require any secrets to be setup by an administrator, as the secrets that it does expect are copied over from other Phalanx applications.
An administrator can however define an environment specific secrets.yaml file and overwrite these if they wish.

These secrets are listed below:
These secrets are listed below:

**aws-credentials.ini**:
Copied from nublado if config.directButlerEnabled is set to true
Expand Down

0 comments on commit 3a39bae

Please sign in to comment.