Skip to content

Commit f7bc0a6

Browse files
authored
typos and remove redundant paragraph
1 parent 3e25e91 commit f7bc0a6

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/guides/guide-admin/sensitive_data_analysis.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ BASE_DIR=/minio_data/data
7171
process_directory() {
7272
local dir="$1"
7373
local bucketname=$(basename $dir)
74-
if [[ ! -f "$dir/upload_tokenx" ]]; then
74+
if [[ ! -f "$dir/upload_token" ]]; then
7575
if [ -f "$dir/plots/quals.svg" ]; then
7676
mc mb local/results/$bucketname;
7777
mc cp $dir/results.csv local/results/$bucketname;
@@ -100,10 +100,8 @@ To offer a user interface for the SPE, the simplest way is to use a [customized
100100
## Step 4: Authentication and Authorization
101101

102102
Authentication and authorization is implemented using OIDC. This setup uses the [LS-Login infrastructure](https://lifescience-ri.eu/ls-login/) for OIDC integration. The LS-Login documentation contains a [guide](https://lifescience-ri.eu/ls-login/documentation/service-provider-documentation/service-provider-documentation.html) on how to register a new service.
103-
104-
LS-Login can be activated in MinIO either by using the MinIO console using the OIDC configuration or by setting environmental variables, as described in the MinIO [OIDC Documentation](https://min.io/docs/minio/linux/operations/external-iam/configure-openid-external-identity-management.html). There are detailed instructions in the [ELIXIR-Cloud-AAI documentation](https://elixir-cloud-aai.github.io/guides/guide-admin/services_to_ls_aai/) for using MinIO with LS-Login.
105103

106-
In this tutorial, we assume a single LS-Login service for all the deployed tools (WESkit, MinIO, WebApp). This requires that the following three addresses are valid as OIDC redirect URLs.
104+
In this tutorial, we assume a single LS-Login service for all the deployed tools (WESkit, MinIO, WebApp).
107105

108106
### LS-Login in MinIO
109107

0 commit comments

Comments
 (0)