What is app_store_connect_api_key's 'in_house' option for? #18084
Unanswered
PhilippOtto89
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Hi @PhilippOtto89 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
first of all thanks for reading my question in advance and of course thanks to all the contributors of fastlane to supply such an awesome tool. :)
Our team is switching from user/password auth to using an App Store Connect API Token in order to circumvent 2FA.
We have a developer subscription for both Enterprise and Non-Enterprise.
Fastlane's
app_store_connect_api_keyhas an optionin_housefor which it says:I read that API Keys are not a thing for enterprise accounts (https://developer.apple.com/forums/thread/117282) and I can not find an option to create a key for enterprise accounts in Users & Access while for the Non-Enterprise Account I have the option.
When I run
matchwith the enterprise team id and the non-enterprise token within_house: trueI see thatmatchtries to access the profiles/certs of the non-enterprise account and not as intended of the enterprise account.So my questions are:
in_house: trueeven used for today if there are no enterprise API tokens?matchagainst enterprise certs/profiles with a non-enterprise API Token?This question maybe goes into a similar direction:
#18033
Thanks again!
Best,
Philipp
Beta Was this translation helpful? Give feedback.
All reactions