Skip to content

Commit c0223bf

Browse files
goseindbari12
authored andcommitted
correct syntax in rucio cfg client params #236
1 parent 4563a26 commit c0223bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/user/using_the_client.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ following parameters in the `[client]` section:
140140
141141
```bash
142142
[client]
143-
auth_oidc_refresh_active true
144-
auth_oidc_refresh_before_exp 20
143+
auth_oidc_refresh_active = true
144+
auth_oidc_refresh_before_exp = 20
145145
```
146146
147147
`auth_oidc_refresh_active` is false by default. If set to true, the Rucio Client
@@ -167,8 +167,8 @@ account = \<rucio_account_name\>
167167
oidc_audience = rucio
168168
oidc_scope = openid profile offline_access
169169
oidc_issuer = wlcg
170-
auth_oidc_refresh_active true
171-
auth_oidc_refresh_before_exp 20
170+
auth_oidc_refresh_active = true
171+
auth_oidc_refresh_before_exp = 20
172172
```
173173
174174
Then, you should be able to do simply:

0 commit comments

Comments
 (0)