Home
last modified time | relevance | path

Searched refs:SERVICE_ACCOUNT_FILE (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/google/cloud/.github/workflows/
H A Dintegration.yml30 SERVICE_ACCOUNT_FILE: ${{ secrets.SERVICE_ACCOUNT_FILE }}
32 echo "$SERVICE_ACCOUNT_FILE" > /tmp/service_account.json
/dports/finance/beancount/beancount-2.3.3/tools/
H A Dupdate_options.py57 SERVICE_ACCOUNT_FILE = os.path.expanduser('~/.google-apis-service-account.json') variable
70 SERVICE_ACCOUNT_FILE, scopes)
/dports/security/py-google-auth/google-auth-2.3.3/tests/
H A Dtest__default.py48 SERVICE_ACCOUNT_FILE = os.path.join(DATA_DIR, "service_account.json") variable
52 with open(SERVICE_ACCOUNT_FILE) as fh:
246 credentials, project_id = _default.load_credentials_from_file(SERVICE_ACCOUNT_FILE)
253 SERVICE_ACCOUNT_FILE, scopes=["https://www.google.com/calendar/feeds"]
262 SERVICE_ACCOUNT_FILE, quota_project_id="project-foo"
490 get_adc_path.return_value = SERVICE_ACCOUNT_FILE
498 load.assert_called_with(SERVICE_ACCOUNT_FILE, quota_project_id=quota_project_id)
H A Dtest__cloud_sdk.py34 SERVICE_ACCOUNT_FILE = os.path.join(DATA_DIR, "service_account.json") variable
36 with io.open(SERVICE_ACCOUNT_FILE) as fh:
/dports/finance/beancount/beancount-2.3.3/experiments/docs_rst/old/
H A Ddocs.py175 SERVICE_ACCOUNT_FILE = path.join(os.environ['HOME'], variable
188 SERVICE_ACCOUNT_FILE, scopes)
/dports/finance/beancount/beancount-2.3.3/experiments/docs_rst/
H A Ddownload_docs.py91 SERVICE_ACCOUNT_FILE = path.join(os.environ['HOME'], variable
104 SERVICE_ACCOUNT_FILE, scopes)
/dports/security/py-google-auth/google-auth-2.3.3/tests/oauth2/
H A Dtest_id_token.py27 SERVICE_ACCOUNT_FILE = os.path.join( variable
235 monkeypatch.setenv(environment_vars.CREDENTIALS, SERVICE_ACCOUNT_FILE)