Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3762810
D3270.diff
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
D3270.diff
View Options
diff --git a/pillar/credentials/vault.sls b/pillar/credentials/vault.sls
--- a/pillar/credentials/vault.sls
+++ b/pillar/credentials/vault.sls
@@ -50,6 +50,7 @@
vault_policies:
- admin
+ - airflow
- salt-primary
- sentry
- vault_bootstrap
diff --git a/roles/vault/policies/files/airflow.hcl b/roles/vault/policies/files/airflow.hcl
new file mode 100644
--- /dev/null
+++ b/roles/vault/policies/files/airflow.hcl
@@ -0,0 +1,20 @@
+# -------------------------------------------------------------
+# Vault configuration - Policy for Apache Airflow
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# License: Trivial work, not eligible to copyright
+# Source file: roles/vault/vault/files/airflow.hcl
+#
+# Airflow realm: nasqueron
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
+path "apps/data/airflow/*" {
+ capabilities = [ "read" ]
+}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 16:02 (17 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2256289
Default Alt Text
D3270.diff (1 KB)
Attached To
Mode
D3270: Create Vault policy for Airflow
Attached
Detach File
Event Timeline
Log In to Comment