Skip to content

Commit b2593b0

Browse files
save file
1 parent a5aa381 commit b2593b0

File tree

1 file changed

+45
-7
lines changed

1 file changed

+45
-7
lines changed

utils/gcloud/generate-token-from-service-account-keyfile/v2.0/generate-token-from-service-account-keyfile-v2.0.html

Lines changed: 45 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Google Cloud Generate Token From Service Account KeyFile
1313
</title>
1414

15-
<meta name=description content='google cloud generate token from service account keyfile'>
15+
<meta name=description content='Learn how to generate access tokens using a Google Cloud service account keyfile for secure API authentication and automated workflows.'>
1616

1717
<base href='https://ext-code.com/utils/gcloud/generate-token-from-service-account-keyfile/'>
1818
<link rel=canonical href='https://ext-code.com/utils/gcloud/generate-token-from-service-account-keyfile/generate-token-from-service-account-keyfile.html'>
@@ -27,7 +27,7 @@
2727
"name" : "Google Cloud Generate Token From Service Account KeyFile",
2828
"url" : "https://ext-code.com/utils/gcloud/generate-token-from-service-account-keyfile/generate-token-from-service-account-keyfile.html",
2929
"author" : {"@type":"Person","name":"Matthew Richards"},
30-
"description" : "google cloud generate token from service account keyfile",
30+
"description" : "Learn how to generate access tokens using a Google Cloud service account keyfile for secure API authentication and automated workflows.",
3131
"applicationCategory" : "DeveloperApplication",
3232
"operatingSystem" : "All",
3333
"browserRequirements" : "Requires JavaScript-enabled browser",
@@ -138,6 +138,30 @@
138138
{width:15px;height:15px;margin:0}
139139

140140

141+
.description
142+
{text-align:justify;border-left:4px solid #4a90e2;padding:1rem;
143+
background-color:#f9f9f9;font-family:system-ui,sans-serif;font-size:1rem;line-height:1.6;color:#333}
144+
.description>p
145+
{margin:0}
146+
.description > p+p
147+
{margin:10px 0}
148+
149+
150+
151+
a
152+
{color:#4a90e2;text-decoration:none;font-weight:500}
153+
a:hover
154+
{text-decoration:underline}
155+
.link-domain
156+
{font-size:0.85rem;color:#777;margin-left:0.25rem}
157+
.link-domain::before
158+
{content:'['}
159+
.link-domain::after
160+
{content:']'}
161+
.link-txt
162+
{}
163+
164+
141165

142166

143167
.value
@@ -184,6 +208,8 @@
184208
.visually-hidden
185209
{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;overflow:hidden;}
186210

211+
212+
187213

188214
</style>
189215

@@ -192,18 +218,30 @@
192218

193219
<body>
194220

221+
195222
<gcloud-hdr component=grp>
196223
<h1 class=visually-hidden>generate access token from service account keyfile</h1>
197224
<img class=title src='images/generate-token-from-service-account-keyfile.png' style='top:5px;height:60px' alt='generate access token from service account keyfile'>
198225
<time slot=date datetime=2025-11-01>1 Nov 2025</time>
199226
</gcloud-hdr>
200227

201-
<div>
202-
see also
203-
<a href='/blog/25-07-29/gcloud-create-service-account/gcloud-create-service-account.html'>
204-
blog / 25-07-29 / gcloud-create-service-account
205-
</a>
228+
229+
<div class=description>
230+
<p>
231+
Learn how to generate access tokens using a Google Cloud service account keyfile for secure API authentication and automated workflows.
232+
</p>
233+
<p>
234+
see also
235+
<br>
236+
<a href='/blog/25-07-29/gcloud-create-service-account/gcloud-create-service-account.html'>
237+
blog / 25-07-29 / gcloud-create-service-account
238+
<span class=link-domain>
239+
ext-code.com
240+
</span>
241+
</a>
242+
</p>
206243
</div>
244+
207245

208246
<div>
209247
select service account keyfile

0 commit comments

Comments
 (0)