or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Automating Security in IaC Pipelines with Policy as Code - 金融業IaC整合實踐 - 吳柏緯 (Paul)
歡迎來到 DevOpsDay Taipei 2022 共筆
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →共筆入口:https://hackmd.io/@DevOpsDay/2022
手機版請點選上方 按鈕展開議程列表。
Why Policy as Code
2020年的時候開放資料上雲
被規範不能有vendor lock-in的機會出現,所以使用多雲
一開始用AWS CDK
金管會要求資料只能存在台灣本地
所以只能用GCP,改用terraform
稽核,法遵,資安,金管會天天來關心
full history / audit log for compliance
pre check機制是最重要的重點
資安要求你的東西不能再佈出去之後才發現問題,要在之前就先發現
What Policy as Code
How Policy as Code
requirement –> E-Ticket –> git –> terraform plan –> sentinel policy check –> (approved) terraform apply
Why Terraform enterprise?
因為
terraform enterprise
稽核出來了
environment management
原本用terraform workspace
換成terragrunt
Policy check
terrascan
pipeline上,terrascan替換掉sentinel policy
最重要的是要怎麼定義你的policy
tags:
DevOpsDays Taipei 2022