Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
PGCasts 02 - Controlando acessos
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Sebastian Webber
July 11, 2016
Technology
0
140
PGCasts 02 - Controlando acessos
Controlando acessos ao servidor PostgreSQL
Sebastian Webber
July 11, 2016
Tweet
Share
More Decks by Sebastian Webber
See All by Sebastian Webber
Corrupção de dados: de onde vem? do que se alimenta?
sebastianwebber
0
220
12+ factor databases
sebastianwebber
0
68
Tests for dummies
sebastianwebber
0
150
Prometheus 101
sebastianwebber
0
110
Monitorando seu banco na nuvem
sebastianwebber
0
200
Monitorando sistemas distribuidos
sebastianwebber
1
89
SRE for Dummies
sebastianwebber
0
360
Prometheus_Dojo.pdf
sebastianwebber
0
110
Como ser um DBA na era DEVOPS?
sebastianwebber
0
380
Other Decks in Technology
See All in Technology
持続可能な開発のためのミニマリズム
sansantech
PRO
3
490
スクラムを一度諦めたチームにアジャイルコーチが入ってどう変化したか / A Team's Second Try at Scrum with an Agile Coach
kaonavi
0
280
BPaaSオペレーション・kubell社内 n8n活用による効率化検証事例紹介
kentarofujii
0
250
AIAgentを駆使してSREが貢献する開発体験の向上
yoshiiryo1
4
1k
「AIでできますか?」から「Agentを作ってみました」へ ~「理論上わかる」と「やってみる」の隔たりを埋める方法
applism118
2
280
Kiro Power - Amazon Bedrock AgentCore を学ぶ、もう一つの方法
r3_yamauchi
0
110
Hardware/Software Co-design: Motivations and reflections with respect to security
bcantrill
1
230
かわいい身体と声を持つ そういうものに私はなりたい
yoshimura_datam
0
300
kintone開発のプラットフォームエンジニアの紹介
cybozuinsideout
PRO
0
570
re:Inventで見つけた「運用を捨てる」技術。
ezaki
1
100
書籍執筆での生成AIの活用
sat
PRO
0
160
CodeRabbit CLI + Claude Codeの連携について
oikon48
1
580
Featured
See All Featured
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
420
Why Our Code Smells
bkeepers
PRO
340
58k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Lightning Talk: Beautiful Slides for Beginners
inesmontani
PRO
1
420
Practical Orchestrator
shlominoach
191
11k
B2B Lead Gen: Tactics, Traps & Triumph
marketingsoph
0
43
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.9k
Skip the Path - Find Your Career Trail
mkilby
0
44
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
200
We Analyzed 250 Million AI Search Results: Here's What I Found
joshbly
1
520
BBQ
matthewcrist
89
10k
Build The Right Thing And Hit Your Dates
maggiecrowley
38
3k
Transcript
PostgreSQL Screencasts 02
• CEntOS 7.X • PostgreSQL 9.5 • http://bit.ly/pgcast_ vagrant
'*' • https://www.postgresql.org/docs/current/static/runtime-config- connection.html#GUC-LISTEN-ADDRESSES • Faça restart no banco de
dados pra aplicar as mudanças
Situação antes do primeiro acesso.
Situação após o primeiro acesso.
• https://www.postgresql.org/docs/current/static/auth-pg-hba-conf.html • Faça reload no banco de dados pra
aplicar as mudanças
# firewall-cmd --get-active-zones # firewall-cmd --zone=public --add-port=5432/tcp -–permanent # firewall-cmd
--reloadsuccess
Teste acesso ao postmaster Faça revisão e ajustes do firewall
listen_addresses = '*' ajustes no pg_hba.conf Lista de ferramentas úteis: • nmap • telnet • psql