Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F25243721
rhyne_wyse.tf
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
rhyne_wyse.tf
View Options
# -------------------------------------------------------------
# Terraform :: OpenBao :: Rhyne-Wyse
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: BSD-2-Clause
# Provider: Vault / OpenBao
# Target: completor.nasqueron.drake
# -------------------------------------------------------------
# -------------------------------------------------------------
# Policy
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
resource
"vault_policy" "rhyne_wyse"
{
name
=
"rhyne-wyse"
policy
=
file
(
"${path.module}/policies/rhyne-wyse.hcl"
)
}
# -------------------------------------------------------------
# AppRole
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
module
"rhyne_wyse_approle"
{
source
=
"./modules/app_credentials"
role_name
=
"rhyne-wyse"
policies
=
[
"rhyne-wyse"
]
secret_id_bound_cidrs
=
[
# Windriver
"172.27.27.35/32"
]
# Save credentials to
kv_mount
=
"ops"
kv_path
=
"secrets/nasqueron/rhyne-wyse/vault"
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 02:05 (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3603750
Default Alt Text
rhyne_wyse.tf (1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment