Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

snowflake-wif-test

Create the user in Snowflake as follows:

CREATE USER IF NOT EXISTS GHA_WIF_USER
  TYPE = SERVICE
  WORKLOAD_IDENTITY = (
    TYPE = OIDC,
    ISSUER = 'https://token.actions.githubusercontent.com',
    SUBJECT = 'repo:roryjbd/snowflake-wif-test:ref:refs/heads/main',
    OIDC_AUDIENCE_LIST = ('snowflakecomputing.com')
  );

About

Testing Workload Identity Federation on OIDC

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors