Open
Description
openedon Feb 15, 2024
Expected behavior:
db_service:
enabled: true
databases:
- name: "sample-rdsproxy-mssql"
uri: "my-proxy.proxy-abcdefghijklmnop.us-west-1.rds.amazonaws.com:1433"
protocol: "sqlserver"
Service should start
Current behavior:
ERROR REPORT:
Original Error: *trace.BadParameterError missing keytab file path or kdc_host_name for database "sample-rdsproxy-mssql"
Stack Trace:
github.com/gravitational/teleport/lib/service/servicecfg/database.go:346 github.com/gravitational/teleport/lib/service/servicecfg.(*DatabaseAD).CheckAndSetDefaults
github.com/gravitational/teleport/lib/service/servicecfg/database.go:128 github.com/gravitational/teleport/lib/service/servicecfg.(*Database).CheckAndSetDefaults
github.com/gravitational/teleport/lib/config/configuration.go:1799 github.com/gravitational/teleport/lib/config.applyDatabasesConfig
github.com/gravitational/teleport/lib/config/configuration.go:546 github.com/gravitational/teleport/lib/config.ApplyFileConfig
github.com/gravitational/teleport/lib/config/configuration.go:2382 github.com/gravitational/teleport/lib/config.Configure
github.com/gravitational/teleport/tool/teleport/common/teleport.go:544 github.com/gravitational/teleport/tool/teleport/common.Run
Bug details:
- Teleport version: v15
RDS Proxy should be exempted from this:
teleport/lib/service/servicecfg/database.go
Lines 126 to 131 in 3701a0f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment