Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Oct 8, 2024
1 parent 443b9e1 commit f4a7ef0
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ What is on the right is the certification Web API, loaded live. Use with caution
---
layout: top-title
color: gray-light
align: l-lm
align: lm
title: CLI
---

Expand All @@ -403,12 +403,12 @@ title: CLI

Logging in (using the `diracx cli`):

```sh
```bash
export DIRACX_URL=https://diracx-cert.app.cern.ch
❯ dirac login gridpp (diracx-dev)
❯ dirac login gridpp
Logging in with scopes: ['vo:gridpp']
Now go to: https://diracx-cert.app.cern.ch/api/auth/device?user_code=XYZXYZXYZ
.....Saved credentials to /home/fstagni/.cache/diracx/credentials.json
...Saved credentials to /home/fstagni/.cache/diracx/credentials.json

Login successful!
```
Expand Down Expand Up @@ -468,9 +468,8 @@ curl -X 'GET' \
"ApplicationStatus": "Unknown"
}
}

```

````

---
layout: iframe-left
Expand Down Expand Up @@ -544,18 +543,18 @@ layout: top-title-two-cols
color: gray-light
align: c-lm-rm
title: proxies+tokens
columns: is-4
columns: is-3
---

:: title ::

# On proxies and tokens
# More on proxies and tokens

:: left ::

```mermaid {theme: 'forest', scale: 0.5}
```mermaid {theme: 'forest', scale: 0.4}
sequenceDiagram
title Tokens with standard OAuth2 flow
title DiracX: tokens with standard OAuth2 flow
create actor U as User
create participant DiracX
U->>DiracX: Login
Expand All @@ -574,9 +573,9 @@ DiracX delivers its own tokens, they are not the same tokens used for the Grid e

:: right ::

```mermaid {theme: 'forest', scale: 0.5}
```mermaid {theme: 'forest', scale: 0.4}
sequenceDiagram
title Working with proxy and token
title DIRAC+DiracX: Working with proxies and tokens
create actor U as User
create participant dirac-proxy-init
U->>dirac-proxy-init:
Expand Down

0 comments on commit f4a7ef0

Please sign in to comment.