Skip to content

Commit

Permalink
feat: added SecurityKey.device_nickname
Browse files Browse the repository at this point in the history
chore: removed backend configuration from the service config

PiperOrigin-RevId: 569308875
  • Loading branch information
Google APIs authored and Copybara-Service committed Sep 28, 2023
1 parent 8b2a08f commit 76672e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions google/cloud/oslogin/v1beta/oslogin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,9 @@ message SecurityKey {
// The Web Authentication protocol type.
WebAuthn web_authn = 4;
}

// The security key nickname explicitly set by the user.
optional string device_nickname = 5;
}

// Security key information specific to the U2F protocol.
Expand Down
5 changes: 0 additions & 5 deletions google/cloud/oslogin/v1beta/oslogin_v1beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ apis:
documentation:
summary: You can use OS Login to manage access to your VM instances using IAM roles.

backend:
rules:
- selector: 'google.cloud.oslogin.v1beta.OsLoginService.*'
deadline: 10.0

authentication:
rules:
- selector: 'google.cloud.oslogin.v1beta.OsLoginService.*'
Expand Down

0 comments on commit 76672e9

Please sign in to comment.