feat(ssh_locker): implement ssh locker helper scripts and configuration for Duo API integration
This commit is contained in:
@@ -106,3 +106,19 @@ variable "gitea_jwt_secret" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "server_api_duo_client_id" {
|
||||
description = "Duo client ID"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
variable "server_api_duo_client_secret" {
|
||||
description = "Duo client secret"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
variable "server_api_access_token" {
|
||||
description = "Access token for ssh_locker API"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user