is there a way to use your current credentials to assume a service account instead of having to use the json key?Why does exporting GOOGLE_APPLICATION_CREDENTIALS not work with `bq`?How to invoke gcloud with service account impersonationAWS assume iam roles vs gcp's json files with private keysHow to make a C# REST request using a Google Cloud JSON Service account file?How to create a GCP service account which has permissions for multiple projects?Googe Cloud - VM-metadata controlled scopes - Alpha AccessIs there a way to activate a Google cloud service account non-globally?docker push to gcr.io fails with “denied: Token exchange failed for project”google cloud vs aws service rolesIdentifying the key id of a service account in Stackdriver logs

Is it bad to suddenly introduce another element to your fantasy world a good ways into the story?

Bypass with wrong cvv of debit card and getting OTP

Minimizing medical costs with HSA

How did שְׁלֹמֹה (shlomo) become Solomon?

PhD: When to quit and move on?

Why did the "Orks" never develop better firearms than Firelances and Handcannons?

Can a wizard delay learning new spells from leveling up, and instead learn different spells later?

How did Einstein know the speed of light was constant?

Data normalization before or after train-test split?

How to improve the size of cells in this table?

Chess problem: Make a crossword in 3 moves

Taking advantage when the HR forgets to communicate the rules

Apex Sleep: what is CPU penalty

Has chattel slavery ever been used as a criminal punishment in the USA since the passage of the Thirteenth Amendment?

Should I cheat if the majority does it?

How would an Amulet of Proof Against Detection and Location interact with the Comprehend Languages spell?

Is it possible that Curiosity measured its own methane or failed doing the spectrometry?

How serious is plagiarism in a master’s thesis?

What instances can be solved today by modern solvers (pure LP)?

Are there advantages in writing by hand over typing out a story?

Machine Learning Golf: Multiplication

What do you call the angle of the direction of an airplane?

What/Where usage English vs Japanese

Motorcyle Chain needs to be cleaned every time you lube it?



is there a way to use your current credentials to assume a service account instead of having to use the json key?


Why does exporting GOOGLE_APPLICATION_CREDENTIALS not work with `bq`?How to invoke gcloud with service account impersonationAWS assume iam roles vs gcp's json files with private keysHow to make a C# REST request using a Google Cloud JSON Service account file?How to create a GCP service account which has permissions for multiple projects?Googe Cloud - VM-metadata controlled scopes - Alpha AccessIs there a way to activate a Google cloud service account non-globally?docker push to gcr.io fails with “denied: Token exchange failed for project”google cloud vs aws service rolesIdentifying the key id of a service account in Stackdriver logs






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















My personal account is an admin in my gcp project.



If I want to use one of the service accounts I have created (from my local laptop) I do this:



gcloud auth activate-service-account --key-file=some-service-account.json


But I wonder, if I already have my own admin account active, is there a way to just assume a service account without the key? Can GCP use my current creds to give me access to assume that service account?



If so this also makes me wonder if I can use service accounts applied to GCE instances the same way. So I can attach a service account to a GCE instance that gives it access to assume other service accounts.










share|improve this question






























    0















    My personal account is an admin in my gcp project.



    If I want to use one of the service accounts I have created (from my local laptop) I do this:



    gcloud auth activate-service-account --key-file=some-service-account.json


    But I wonder, if I already have my own admin account active, is there a way to just assume a service account without the key? Can GCP use my current creds to give me access to assume that service account?



    If so this also makes me wonder if I can use service accounts applied to GCE instances the same way. So I can attach a service account to a GCE instance that gives it access to assume other service accounts.










    share|improve this question


























      0












      0








      0


      1






      My personal account is an admin in my gcp project.



      If I want to use one of the service accounts I have created (from my local laptop) I do this:



      gcloud auth activate-service-account --key-file=some-service-account.json


      But I wonder, if I already have my own admin account active, is there a way to just assume a service account without the key? Can GCP use my current creds to give me access to assume that service account?



      If so this also makes me wonder if I can use service accounts applied to GCE instances the same way. So I can attach a service account to a GCE instance that gives it access to assume other service accounts.










      share|improve this question
















      My personal account is an admin in my gcp project.



      If I want to use one of the service accounts I have created (from my local laptop) I do this:



      gcloud auth activate-service-account --key-file=some-service-account.json


      But I wonder, if I already have my own admin account active, is there a way to just assume a service account without the key? Can GCP use my current creds to give me access to assume that service account?



      If so this also makes me wonder if I can use service accounts applied to GCE instances the same way. So I can attach a service account to a GCE instance that gives it access to assume other service accounts.







      google-cloud-platform gcloud google-iam






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 25 at 19:13









      AhmetB - Google

      18.9k27 gold badges90 silver badges157 bronze badges




      18.9k27 gold badges90 silver badges157 bronze badges










      asked Mar 25 at 15:49









      red888red888

      5,48310 gold badges58 silver badges120 bronze badges




      5,48310 gold badges58 silver badges120 bronze badges






















          1 Answer
          1






          active

          oldest

          votes


















          1














          I think what you're looking for is "impersonation". You need roles like iam.serviceAccountUser to do this. Refer to these docs and articles:



          • https://cloud.google.com/iam/docs/service-accounts#the_service_account_user_role


          • https://medium.com/google-cloud/using-serviceaccountactor-iam-role-for-account-impersonation-on-google-cloud-platform-a9e7118480ed


          • https://medium.com/google-cloud/impersonating-users-with-google-cloud-platform-service-accounts-ba762db09092






          share|improve this answer























          • Is it possible to impersonate a service account with gcloud running locally without using a json key generated for the service account?

            – red888
            Mar 25 at 19:19










          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55341637%2fis-there-a-way-to-use-your-current-credentials-to-assume-a-service-account-inste%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          I think what you're looking for is "impersonation". You need roles like iam.serviceAccountUser to do this. Refer to these docs and articles:



          • https://cloud.google.com/iam/docs/service-accounts#the_service_account_user_role


          • https://medium.com/google-cloud/using-serviceaccountactor-iam-role-for-account-impersonation-on-google-cloud-platform-a9e7118480ed


          • https://medium.com/google-cloud/impersonating-users-with-google-cloud-platform-service-accounts-ba762db09092






          share|improve this answer























          • Is it possible to impersonate a service account with gcloud running locally without using a json key generated for the service account?

            – red888
            Mar 25 at 19:19















          1














          I think what you're looking for is "impersonation". You need roles like iam.serviceAccountUser to do this. Refer to these docs and articles:



          • https://cloud.google.com/iam/docs/service-accounts#the_service_account_user_role


          • https://medium.com/google-cloud/using-serviceaccountactor-iam-role-for-account-impersonation-on-google-cloud-platform-a9e7118480ed


          • https://medium.com/google-cloud/impersonating-users-with-google-cloud-platform-service-accounts-ba762db09092






          share|improve this answer























          • Is it possible to impersonate a service account with gcloud running locally without using a json key generated for the service account?

            – red888
            Mar 25 at 19:19













          1












          1








          1







          I think what you're looking for is "impersonation". You need roles like iam.serviceAccountUser to do this. Refer to these docs and articles:



          • https://cloud.google.com/iam/docs/service-accounts#the_service_account_user_role


          • https://medium.com/google-cloud/using-serviceaccountactor-iam-role-for-account-impersonation-on-google-cloud-platform-a9e7118480ed


          • https://medium.com/google-cloud/impersonating-users-with-google-cloud-platform-service-accounts-ba762db09092






          share|improve this answer













          I think what you're looking for is "impersonation". You need roles like iam.serviceAccountUser to do this. Refer to these docs and articles:



          • https://cloud.google.com/iam/docs/service-accounts#the_service_account_user_role


          • https://medium.com/google-cloud/using-serviceaccountactor-iam-role-for-account-impersonation-on-google-cloud-platform-a9e7118480ed


          • https://medium.com/google-cloud/impersonating-users-with-google-cloud-platform-service-accounts-ba762db09092







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 25 at 19:15









          AhmetB - GoogleAhmetB - Google

          18.9k27 gold badges90 silver badges157 bronze badges




          18.9k27 gold badges90 silver badges157 bronze badges












          • Is it possible to impersonate a service account with gcloud running locally without using a json key generated for the service account?

            – red888
            Mar 25 at 19:19

















          • Is it possible to impersonate a service account with gcloud running locally without using a json key generated for the service account?

            – red888
            Mar 25 at 19:19
















          Is it possible to impersonate a service account with gcloud running locally without using a json key generated for the service account?

          – red888
          Mar 25 at 19:19





          Is it possible to impersonate a service account with gcloud running locally without using a json key generated for the service account?

          – red888
          Mar 25 at 19:19








          Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







          Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.



















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55341637%2fis-there-a-way-to-use-your-current-credentials-to-assume-a-service-account-inste%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

          은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현