File: signing-in.md

package info (click to toggle)
lava 2026.02-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,432 kB
  • sloc: python: 83,095; javascript: 16,658; sh: 1,364; makefile: 328
file content (47 lines) | stat: -rw-r--r-- 1,749 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Signing in

Each LAVA instance offers a local user account and may also be configured with
an alternative authentication method such as LDAP or social accounts.

LDAP authentication relies on local configuration and may involve obtaining a
privileged access token from the LDAP administrators. Local accounts remain
available for all instances.

Whichever authentication method is used, there is no difference in how users
interact with LAVA once signed in.

Click the "Sign In" button in the top-right corner to access the login screen.
It looks something like the following.

![User login](./user-login.png)

## Local user account

A local user account may be created by an administrator within LAVA. The
administrator may grant different permissions to the user to perform various
operations within LAVA.

To log in with a username and password, enter your credentials in the provided
text boxes and click the "Login" button.

Local user accounts can be particularly useful for automated users like build
systems or continuous integration scripts using the LAVA APIs. In this case,
a local admin can create the user with a secure password, sign in as that user
to create an authentication token and then supply the token to the scripts.

## Linaro lab users

Linaro's central validation lab in Cambridge is accessible via
[validation.linaro.org](https://validation.linaro.org/). It is Linaro's core
production instance of LAVA.

This lab is configured to use Linaro LDAP. To sign in, enter your details in the
LDAP fields.

!!! note
    If your Linaro email is `first.second@linaro.org` then use `first.second`
    as your username.

A successful authentication will redirect you to the LAVA dashboard.

![LAVA dashboard](./lava-dashboard.png)