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
cmd/relui: fetch Twitter API secret in production deployment
Use flag code from CL 386054 to define a -twitter-api-secret flag.
In the production deployment, configure it to fetch the Twitter API
credentials for making tweets at twitter.com/golang, and reconfigure
the site header accordingly.
Tested locally via "secret:go-dashboard-dev/staging-twitter-api-secret"
as the -twitter-api-secret flag value.
For golang/go#47402.
Fixesgolang/go#51122.
Change-Id: Ib2fcf5cd9add14f954cac4eddab3d6fa6032eb02
Reviewed-on: https://go-review.googlesource.com/c/build/+/387274
Trust: Dmitri Shuralyov <[email protected]>
Reviewed-by: Heschi Kreinick <[email protected]>
Reviewed-by: Alex Rakoczy <[email protected]>
siteHeaderCSS=flag.String("site-header-css", "", "Site header CSS class name. Can be used to pick a look for the header.")
25
+
22
26
downUp=flag.Bool("migrate-down-up", false, "Run all Up migration steps, then the last down migration step, followed by the final up migration. Exits after completion.")
23
27
migrateOnly=flag.Bool("migrate-only", false, "Exit after running migrations. Migrations are run by default.")
24
28
pgConnect=flag.String("pg-connect", "", "Postgres connection string or URI. If empty, libpq connection defaults are used.")
0 commit comments