Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ConductorOne
/
baton-sql
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
1
Code
Issues
1
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add support for setting passwords
- #77
#77
Merged
ggreer
merged 10 commits into
main
ConductorOne/baton-sql:main
from
ggreer/password
ConductorOne/baton-sql:ggreer/password
Copy head branch name to clipboard
Sep 27, 2025
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Add support for setting passwords
#77
ggreer
merged 10 commits into
main
ConductorOne/baton-sql:main
from
ggreer/password
ConductorOne/baton-sql:ggreer/password
Copy head branch name to clipboard
Commits
Commits on Sep 26, 2025
Upgrade baton-sdk. Start to hook up CI tests again.
ggreer
committed
2835aa4
View commit details
Copy full SHA for 2835aa4
Browse repository at this point
Start of support for setting encrypted passwords.
ggreer
committed
450e10e
View commit details
Copy full SHA for 450e10e
Browse repository at this point
CI test: Fix DB init.
ggreer
committed
3feeb82
View commit details
Copy full SHA for 3feeb82
Browse repository at this point
Fix entitlement & principal in CI test. Remove goreleaser stuff that is no longer used.
ggreer
committed
1ada9b3
View commit details
Copy full SHA for 1ada9b3
Browse repository at this point
Add credential rotation config to postgres example. Add account creation test to CI tests.
ggreer
committed
50ae13b
View commit details
Copy full SHA for 50ae13b
Browse repository at this point
Add grant/revoke config for user roles in postgres example.
ggreer
committed
341586b
View commit details
Copy full SHA for 341586b
Browse repository at this point
Get password rotation working.
ggreer
committed
4388836
View commit details
Copy full SHA for 4388836
Browse repository at this point
Test that password equals what's expected.
ggreer
committed
dcfff92
View commit details
Copy full SHA for dcfff92
Browse repository at this point
If password option is no_password, do not insert an empty string password into inputs, and don't return encrypted password data.
ggreer
committed
f9b966d
View commit details
Copy full SHA for f9b966d
Browse repository at this point
Commits on Sep 27, 2025
Send password string to sql inputs, not pointer to string.
ggreer
committed
c187ca3
View commit details
Copy full SHA for c187ca3
Browse repository at this point
You can’t perform that action at this time.