일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 영어
- unity
- s3
- 엘라스틱서치
- Git
- ChatGPT
- docker
- API
- JavaScript
- Linux
- Kibana
- Python
- 구글
- logstash
- Ai
- 설정
- elasticsearch
- nodejs
- JS
- sample
- MySQL
- error
- AWS
- MSSQL
- 유니티
- mariadb
- ssh
- Windows
- build
- Today
- Total
목록Policy (2)
가끔 보자, 하늘.
http://galeracluster.com/library/documentation/selinux.html SELinux Configuration — Galera Cluster Documentation SELinux Configuration Security-Enhanced Linux, or SELinux, is a kernel module for improving security of Linux operating systems. It integrates support for access control security policies, including mandatory access control (MAC), that limit user applicati galeracluster.com 꼭 읽어봐야 함. ..
AWS 문서를 따라 했지만 안되는 문제가 발생했다. (공식 문서) 아래와 같은 방법으로 처리해야 whitelist를 적용할 수 있다. 1. 해당 bucket의 권한 탭에서 "버킷 정책"을 선택. 아래와 같이 정보를 입력한다. { "Version": "2012-10-17", "Id": "Policy......", "Statement": [ { "Sid": "WhiteListfor", "Effect": "Deny", "Principal": "*", "Action": "s3:*", "Resource": "arn:aws:s3:::your-bucket-name/*", "Condition": { "NotIpAddress": { "aws:SourceIp": "Ip address range to allow" } } }..