Questions tagged [service-accounts]

91 questions
0
votes
1 answer

How do I setup a "service account" for apache on XP pro?

This question has been spawned from this: VPC running WinXP SP3 with WAMP: 403 error on network drive The real question: Basically i need to know how to setup a "service account" that apache can use to access my virtual network drives on a…
0
votes
1 answer

Failed to reset Windows password on Google Cloud VM: "Did not receive password in a reasonable amount of time"

I have created two Google Cloud virtual machines: instance1 (Windows Server 2022) instance2 (Windows Server 2019) Through instance1, I need to manage instance2 using the service account XXXXXXXXXXXX-compute@developer.gserviceaccount.com. To…
0
votes
0 answers

Access to SMB folder from LocalService account

this is the situation: I have a Synology server with file folder normally accessible from the windows domain computers; I also have onto the primary domain server an application built onto Apache Tomcat 8.5 which runs with "local service"…
0
votes
0 answers

SSH Keys not propagating correctly from instance metadata to authorized_keys: missing keys, user discrepancy, and duplicate key

I want to add eight public keys via instance metadata to avoid adding them manually (i.e.: ssh to VMs, pasting the keys to .ssh/authorized_keys, etc.). I added the keys in Terraform (four distinct keys for two users) using the metadata attribute of…
0
votes
0 answers

How to use service account to deploy objects(deployments, configmaps etc) in Kubernetes

I have a deploy-pipeline in Azure devops. I am using this to deploy some objects to our k8s cluster (microk8s). I connect to the cluster with the help of a service connection that uses a kube-config. Now I want to move to using environments. But…
0
votes
0 answers

StorageQuotaExceeded: The user's Drive storage quota has been exceeded.) for service account - how do I increase it?

I have a google drive API integration setup using a service account. The service account name ends in: iam.gserviceaccount.com. Now it is correct that this account has quite some files created in our organisation - maybe 30Gb or so. However I would…
Niels Kristian
  • 358
  • 1
  • 3
  • 13
0
votes
0 answers

Secure BigQuery Service account shared key usage in non GCP application

I have request from users to be able to connect to my datasets and table in BigQuery to fetch the data and manipulate it programmatically outside of GCP. The situation now that I created a service account with credentials to view data and i share…
AHM
  • 1
0
votes
3 answers

How to test Windows Service Account can login to SQL Server database?

How to test that a Windows AD service account has been granted access to read from a SQL Server database server via Windows Authentication ? This would need be an isolated test independent of any operations running within the Windows Service.
0
votes
1 answer

Group Managed Service Account not updating password on server

I've just set up a new gMSA on our domain, everything works fine except now that the password has expired, it will not update on the server. I am getting a logon failure for my services. This isn't a replication issue since it has been about 5 days…
Adam
  • 1
  • 1
0
votes
1 answer

What permissions to set in service account for project creation?

When I configure google cloud cli with my credentials, it is able to create a new project and create resources inside it. But, for automation purpose in a pipeline, not able to use with my credentials as it will open a webpage and generate a code at…
Kalel
  • 134
  • 1
  • 4
  • 16
0
votes
1 answer

Must all services of ADCS run under the same service account on the same server?

While deploying ADCS, on the documentation Microsoft recommends using service accounts for the services making up ADCS. The problem is that it doesn't address if these should be individually managed, if they could share a host, nor it is addressed…
Vita
  • 111
  • 1
  • 1
  • 7
0
votes
1 answer

Pod assigned node role instead of service account role on AWS EKS

First some info about the setup: EKS version: 1.21 eksctl version: 0.77.0 AWS Go SDK verion: v1.44.28 Deploying using kubectl I have a k8s cluster on AWS EKS on which I am deploying a custom k8s controller for my application. Using instructions…
asr9
  • 111
  • 6
0
votes
1 answer

Accessing BigQuery data from different project in same organization with a Service Account

I'm having some serious trouble getting the official BigQuery client (in Python 3) to a different project in the same organization authorized from a Cloud Run service. The Cloud Run service is in Project Main, and I'm trying to access a table in…
0
votes
1 answer

Access denied (SA doesn't have storage.objects.create access) when trying to upload using a preSigned url to google cloud storage

Having issues trying to allow a client to upload a file via a presigned url. Error received AccessDenied Access…
0
votes
0 answers

IIS Worker doesn't run or crashes immediately

We have an IIS app hosted on Windows 2016 Server which runs fine, when running as Local User or Network Service. One of the customers is setting up the application to run on a Service Account (probably Group Managed Service account). When running…